Html Css Color HEX #421BC0 Purple Heart

📋 copy color: '#421BC0'

red 66 ◦ green 27 ◦ blue 192

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

Shades of Purple Heart #421BC0

Tints of Purple Heart #421BC0

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.47%

 BLUE value IS 192 (75.39% from 255) = 67.37%

R = 23.16%
G = 9.47%
B = 67.37%

CMYK

 C value IS 0.66

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#421BC0 (or 0x421BC0) is known color: Purple Heart. HEX triplet: 42, 1B and C0. RGB value is (66,27,192). Sum of RGB (Red+Green+Blue) = 66+27+192=285 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.16% from 285); Green value is 27 (10.94% from 255 or 9.47% from 285); Blue value is 192 (75.39% from 255 or 67.37% from 285); Max value from RGB is 192 - color contains mainly: blue. Hex color #421BC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #421BC0 is #BDE43F. Grayscale: #383838. Windows color (decimal): -12444736 or 12589890. OLE color: 12589890.

HSL color Cylindrical-coordinate representation of color #421BC0: hue angle of 254.18º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #421BC0 is Cyan = 0.66, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 66 27 192 -
CMYK 0.66 0.86 0 0.25
HSL 254.18º 0.75% 0.43% -
HSV(B) 254.18º 0.86% 0.75% -
XYZ 12.15 5.75 50.34 -
YUV 57.47 203.92 134.08 -
System Red Green Blue C M Y K H S L
Decimal 66 27 192 0.66 0.86 0 0.25 254.18 0.75 0.43
Hex 42 1B C0 42 56 0 19 FE 4B 2B
Octal 102 33 300 102 126 0 31 376 113 53
Binary 1000010 11011 11000000 1000010 1010110 0 11001 11111110 1001011 101011

Color Harmonies of #421BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421BC0

Black with #421BC0

Text Example


Text Example

White with #421BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,27,192); }

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

background-color css

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

 a { background-color: rgb(66,27,192); }

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

border-color css

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

 span { border-color: rgb(66,27,192); }

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