Html Css Color HEX #421FCD Purple Heart

📋 copy color: '#421FCD'

red 66 ◦ green 31 ◦ blue 205

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

Shades of Purple Heart #421FCD

Tints of Purple Heart #421FCD

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.26%

 BLUE value IS 205 (80.47% from 255) = 67.88%

R = 21.85%
G = 10.26%
B = 67.88%

CMYK

 C value IS 0.68

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#421FCD (or 0x421FCD) is known color: Purple Heart. HEX triplet: 42, 1F and CD. RGB value is (66,31,205). Sum of RGB (Red+Green+Blue) = 66+31+205=302 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.85% from 302); Green value is 31 (12.5% from 255 or 10.26% from 302); Blue value is 205 (80.47% from 255 or 67.88% from 302); Max value from RGB is 205 - color contains mainly: blue. Hex color #421FCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #421FCD is #BDE032. Grayscale: #3C3C3C. Windows color (decimal): -12443699 or 13442882. OLE color: 13442882.

HSL color Cylindrical-coordinate representation of color #421FCD: hue angle of 252.07º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #421FCD is Cyan = 0.68, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 66 31 205 -
CMYK 0.68 0.85 0 0.20
HSL 252.07º 0.74% 0.46% -
HSV(B) 252.07º 0.85% 0.8% -
XYZ 13.76 6.55 58.3 -
YUV 61.3 209.1 131.35 -
System Red Green Blue C M Y K H S L
Decimal 66 31 205 0.68 0.85 0 0.20 252.07 0.74 0.46
Hex 42 1F CD 44 55 0 14 FC 4A 2E
Octal 102 37 315 104 125 0 24 374 112 56
Binary 1000010 11111 11001101 1000100 1010101 0 10100 11111100 1001010 101110

Color Harmonies of #421FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421FCD

Black with #421FCD

Text Example


Text Example

White with #421FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,31,205); }

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

background-color css

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

 a { background-color: rgb(66,31,205); }

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

border-color css

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

 span { border-color: rgb(66,31,205); }

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