#4318C8

Color #4318C8 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #4318C8

Tints of Purple Heart #4318C8

Color information

#4318C8 (or 0x4318C8) is unknown color: approx Purple Heart. HEX triplet: 43, 18 and C8. RGB value is (67,24,200). Sum of RGB (Red+Green+Blue) = 67+24+200=291 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.02% from 291); Green value is 24 (9.77% from 255 or 8.25% from 291); Blue value is 200 (78.52% from 255 or 68.73% from 291); Max value from RGB is 200 - color contains mainly: blue. Hex color #4318C8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4318C8 is #BCE737. Grayscale: #383838. Windows color (decimal): -12379960 or 13113411. OLE color: 13113411.

HSL color Cylindrical-coordinate representation of color #4318C8: hue angle of 254.66º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4318C8 is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB6724200-
CMYK0.660.8800.22
HSL254.66º78.57%43.92%-
HSV(B)254.66º88%78.43%-
XYZ13.076.0255.12-
YUV56.92208.75135.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 67 (26.56% from 255) = 23.02%
GREEN value IS 24 (9.77% from 255) = 8.25%
BLUE value IS 200 (78.52% from 255) = 68.73%
R=23.02%
G=8.25%
B=68.73%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal67242000.660.8800.22254.6678.5743.92
Hex4318C84258016ff4f2c
Octal1033031010213002637711754
Binary1000011110001100100010000101011000010110111111111001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4318C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4318C8; }

 p { color: rgb(67,24,200); }

 H1.HeaderClassName
 {
   color: #4318C8;
 }
 .AnyTagClassName
 {
   color: #4318C8;
 }
</style>
background-color css

<style>
 a { background-color: #4318C8; }

 a { background-color: rgb(67,24,200); }

 div.DivClassName
 {
   background-color: #4318C8;
 }
 .BgClassName
 {
   background-color: #4318C8;
 }
</style>
border-color css

<style>
 span { border-color: #4318C8; }

 span { border-color: rgb(67,24,200); }

 td.TdClassName
 {
   border-color: #4318C8;
 }
 .TagClassName
 {
   border-color: #4318C8;
 }
</style>