Html Css Color HEX #421DCF Purple Heart

📋 copy color: '#421DCF'

red 66 ◦ green 29 ◦ blue 207

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

Shades of Purple Heart #421DCF

Tints of Purple Heart #421DCF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.6%

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

R = 21.85%
G = 9.6%
B = 68.54%

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

#421DCF (or 0x421DCF) is known color: Purple Heart. HEX triplet: 42, 1D and CF. RGB value is (66,29,207). Sum of RGB (Red+Green+Blue) = 66+29+207=302 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.85% from 302); Green value is 29 (11.72% from 255 or 9.60% from 302); Blue value is 207 (81.25% from 255 or 68.54% from 302); Max value from RGB is 207 - color contains mainly: blue. Hex color #421DCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #421DCF is #BDE230. Grayscale: #3B3B3B. Windows color (decimal): -12444209 or 13573442. OLE color: 13573442.

HSL color Cylindrical-coordinate representation of color #421DCF: hue angle of 252.47º 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 #421DCF is Cyan = 0.68, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 66 29 207 -
CMYK 0.68 0.86 0 0.19
HSL 252.47º 0.75% 0.46% -
HSV(B) 252.47º 0.86% 0.81% -
XYZ 13.95 6.54 59.56 -
YUV 60.36 210.76 132.03 -
System Red Green Blue C M Y K H S L
Decimal 66 29 207 0.68 0.86 0 0.19 252.47 0.75 0.46
Hex 42 1D CF 44 56 0 13 FC 4B 2E
Octal 102 35 317 104 126 0 23 374 113 56
Binary 1000010 11101 11001111 1000100 1010110 0 10011 11111100 1001011 101110

Color Harmonies of #421DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421DCF

Black with #421DCF

Text Example


Text Example

White with #421DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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