Html Css Color HEX #4218CF Purple Heart

📋 copy color: '#4218CF'

red 66 ◦ green 24 ◦ blue 207

#4218CF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #4218CF

Tints of Purple Heart #4218CF

RGB

 RED value IS 66 (26.17% from 255) = 22.22%

 GREEN value IS 24 (9.77% from 255) = 8.08%

 BLUE value IS 207 (81.25% from 255) = 69.7%

R = 22.22%
G = 8.08%
B = 69.7%

CMYK

 C value IS 0.68

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4218CF (or 0x4218CF) is known color: Purple Heart. HEX triplet: 42, 18 and CF. RGB value is (66,24,207). Sum of RGB (Red+Green+Blue) = 66+24+207=297 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.22% from 297); Green value is 24 (9.77% from 255 or 8.08% from 297); Blue value is 207 (81.25% from 255 or 69.70% from 297); Max value from RGB is 207 - color contains mainly: blue. Hex color #4218CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4218CF is #BDE730. Grayscale: #383838. Windows color (decimal): -12445489 or 13572162. OLE color: 13572162.

HSL color Cylindrical-coordinate representation of color #4218CF: hue angle of 253.77º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4218CF is Cyan = 0.68, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 66 24 207 -
CMYK 0.68 0.88 0 0.19
HSL 253.77º 0.79% 0.45% -
HSV(B) 253.77º 0.88% 0.81% -
XYZ 13.84 6.32 59.52 -
YUV 57.42 212.41 134.12 -
System Red Green Blue C M Y K H S L
Decimal 66 24 207 0.68 0.88 0 0.19 253.77 0.79 0.45
Hex 42 18 CF 44 58 0 13 FE 4F 2D
Octal 102 30 317 104 130 0 23 376 117 55
Binary 1000010 11000 11001111 1000100 1011000 0 10011 11111110 1001111 101101

Color Harmonies of #4218CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4218CF

Black with #4218CF

Text Example


Text Example

White with #4218CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4218CF; }

 p { color: rgb(66,24,207); }

 H1.HeaderClassName
 {
   color: #4218CF;
 }
 .AnyTagClassName
 {
   color: #4218CF;
 }
</style>

background-color css

<style>
 a { background-color: #4218CF; }

 a { background-color: rgb(66,24,207); }

 div.DivClassName
 {
   background-color: #4218CF;
 }
 .BgClassName
 {
   background-color: #4218CF;
 }
</style>

border-color css

<style>
 span { border-color: #4218CF; }

 span { border-color: rgb(66,24,207); }

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