Html Css Color HEX #421CCD Purple Heart

📋 copy color: '#421CCD'

red 66 ◦ green 28 ◦ blue 205

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

Shades of Purple Heart #421CCD

Tints of Purple Heart #421CCD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.36%

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

R = 22.07%
G = 9.36%
B = 68.56%

CMYK

 C value IS 0.68

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#421CCD (or 0x421CCD) is known color: Purple Heart. HEX triplet: 42, 1C and CD. RGB value is (66,28,205). Sum of RGB (Red+Green+Blue) = 66+28+205=299 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.07% from 299); Green value is 28 (11.33% from 255 or 9.36% from 299); Blue value is 205 (80.47% from 255 or 68.56% from 299); Max value from RGB is 205 - color contains mainly: blue. Hex color #421CCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #421CCD is #BDE332. Grayscale: #3A3A3A. Windows color (decimal): -12444467 or 13442114. OLE color: 13442114.

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

Color convert

RGB 66 28 205 -
CMYK 0.68 0.86 0 0.20
HSL 252.88º 0.76% 0.46% -
HSV(B) 252.88º 0.86% 0.8% -
XYZ 13.68 6.4 58.27 -
YUV 59.54 210.09 132.61 -
System Red Green Blue C M Y K H S L
Decimal 66 28 205 0.68 0.86 0 0.20 252.88 0.76 0.46
Hex 42 1C CD 44 56 0 14 FD 4C 2E
Octal 102 34 315 104 126 0 24 375 114 56
Binary 1000010 11100 11001101 1000100 1010110 0 10100 11111101 1001100 101110

Color Harmonies of #421CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421CCD

Black with #421CCD

Text Example


Text Example

White with #421CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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