Html Css Color HEX #421EC0 Purple Heart

📋 copy color: '#421EC0'

red 66 ◦ green 30 ◦ blue 192

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

Shades of Purple Heart #421EC0

Tints of Purple Heart #421EC0

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.42%

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

R = 22.92%
G = 10.42%
B = 66.67%

CMYK

 C value IS 0.66

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#421EC0 (or 0x421EC0) is known color: Purple Heart. HEX triplet: 42, 1E and C0. RGB value is (66,30,192). Sum of RGB (Red+Green+Blue) = 66+30+192=288 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.92% from 288); Green value is 30 (12.11% from 255 or 10.42% from 288); Blue value is 192 (75.39% from 255 or 66.67% from 288); Max value from RGB is 192 - color contains mainly: blue. Hex color #421EC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #421EC0 is #BDE13F. Grayscale: #3A3A3A. Windows color (decimal): -12443968 or 12590658. OLE color: 12590658.

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

Color convert

RGB 66 30 192 -
CMYK 0.66 0.84 0 0.25
HSL 253.33º 0.73% 0.44% -
HSV(B) 253.33º 0.84% 0.75% -
XYZ 12.23 5.89 50.36 -
YUV 59.23 202.93 132.83 -
System Red Green Blue C M Y K H S L
Decimal 66 30 192 0.66 0.84 0 0.25 253.33 0.73 0.44
Hex 42 1E C0 42 54 0 19 FD 49 2C
Octal 102 36 300 102 124 0 31 375 111 54
Binary 1000010 11110 11000000 1000010 1010100 0 11001 11111101 1001001 101100

Color Harmonies of #421EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421EC0

Black with #421EC0

Text Example


Text Example

White with #421EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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