Html Css Color HEX #421DC3 Purple Heart

📋 copy color: '#421DC3'

red 66 ◦ green 29 ◦ blue 195

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

Shades of Purple Heart #421DC3

Tints of Purple Heart #421DC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 67.24%

R = 22.76%
G = 10%
B = 67.24%

CMYK

 C value IS 0.66

 M value IS 0.85

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#421DC3 (or 0x421DC3) is known color: Purple Heart. HEX triplet: 42, 1D and C3. RGB value is (66,29,195). Sum of RGB (Red+Green+Blue) = 66+29+195=290 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.76% from 290); Green value is 29 (11.72% from 255 or 10% from 290); Blue value is 195 (76.56% from 255 or 67.24% from 290); Max value from RGB is 195 - color contains mainly: blue. Hex color #421DC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #421DC3 is #BDE23C. Grayscale: #3A3A3A. Windows color (decimal): -12444221 or 12787010. OLE color: 12787010.

HSL color Cylindrical-coordinate representation of color #421DC3: hue angle of 253.37º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #421DC3 is Cyan = 0.66, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 66 29 195 -
CMYK 0.66 0.85 0 0.24
HSL 253.37º 0.74% 0.44% -
HSV(B) 253.37º 0.85% 0.76% -
XYZ 12.54 5.98 52.12 -
YUV 58.99 204.76 133 -
System Red Green Blue C M Y K H S L
Decimal 66 29 195 0.66 0.85 0 0.24 253.37 0.74 0.44
Hex 42 1D C3 42 55 0 18 FD 4A 2C
Octal 102 35 303 102 125 0 30 375 112 54
Binary 1000010 11101 11000011 1000010 1010101 0 11000 11111101 1001010 101100

Color Harmonies of #421DC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421DC3

Black with #421DC3

Text Example


Text Example

White with #421DC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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