Html Css Color HEX #421CCC Purple Heart

📋 copy color: '#421CCC'

red 66 ◦ green 28 ◦ blue 204

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

Shades of Purple Heart #421CCC

Tints of Purple Heart #421CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 68.46%

R = 22.15%
G = 9.4%
B = 68.46%

CMYK

 C value IS 0.68

 M value IS 0.86

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#421CCC (or 0x421CCC) is known color: Purple Heart. HEX triplet: 42, 1C and CC. RGB value is (66,28,204). Sum of RGB (Red+Green+Blue) = 66+28+204=298 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.15% from 298); Green value is 28 (11.33% from 255 or 9.40% from 298); Blue value is 204 (80.08% from 255 or 68.46% from 298); Max value from RGB is 204 - color contains mainly: blue. Hex color #421CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #421CCC is #BDE333. Grayscale: #3A3A3A. Windows color (decimal): -12444468 or 13376578. OLE color: 13376578.

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

Color convert

RGB 66 28 204 -
CMYK 0.68 0.86 0 0.2
HSL 252.95º 0.76% 0.45% -
HSV(B) 252.95º 0.86% 0.8% -
XYZ 13.56 6.35 57.64 -
YUV 59.43 209.59 132.69 -
System Red Green Blue C M Y K H S L
Decimal 66 28 204 0.68 0.86 0 0.2 252.95 0.76 0.45
Hex 42 1C CC 44 56 0 14 FD 4C 2D
Octal 102 34 314 104 126 0 24 375 114 55
Binary 1000010 11100 11001100 1000100 1010110 0 10100 11111101 1001100 101101

Color Harmonies of #421CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421CCC

Black with #421CCC

Text Example


Text Example

White with #421CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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