Html Css Color HEX #421ECF Purple Heart

📋 copy color: '#421ECF'

red 66 ◦ green 30 ◦ blue 207

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

Shades of Purple Heart #421ECF

Tints of Purple Heart #421ECF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.9%

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

R = 21.78%
G = 9.9%
B = 68.32%

CMYK

 C value IS 0.68

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#421ECF (or 0x421ECF) is known color: Purple Heart. HEX triplet: 42, 1E and CF. RGB value is (66,30,207). Sum of RGB (Red+Green+Blue) = 66+30+207=303 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.78% from 303); Green value is 30 (12.11% from 255 or 9.90% from 303); Blue value is 207 (81.25% from 255 or 68.32% from 303); Max value from RGB is 207 - color contains mainly: blue. Hex color #421ECF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #421ECF is #BDE130. Grayscale: #3C3C3C. Windows color (decimal): -12443953 or 13573698. OLE color: 13573698.

HSL color Cylindrical-coordinate representation of color #421ECF: hue angle of 252.2º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #421ECF is Cyan = 0.68, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 66 30 207 -
CMYK 0.68 0.86 0 0.19
HSL 252.2º 0.75% 0.46% -
HSV(B) 252.2º 0.86% 0.81% -
XYZ 13.97 6.59 59.57 -
YUV 60.94 210.43 131.61 -
System Red Green Blue C M Y K H S L
Decimal 66 30 207 0.68 0.86 0 0.19 252.2 0.75 0.46
Hex 42 1E CF 44 56 0 13 FC 4B 2E
Octal 102 36 317 104 126 0 23 374 113 56
Binary 1000010 11110 11001111 1000100 1010110 0 10011 11111100 1001011 101110

Color Harmonies of #421ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421ECF

Black with #421ECF

Text Example


Text Example

White with #421ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421ECF; }

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

 H1.HeaderClassName
 {
   color: #421ECF;
 }
 .AnyTagClassName
 {
   color: #421ECF;
 }
</style>

background-color css

<style>
 a { background-color: #421ECF; }

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

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

border-color css

<style>
 span { border-color: #421ECF; }

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

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