Html Css Color HEX #421EBE Purple Heart

📋 copy color: '#421EBE'

red 66 ◦ green 30 ◦ blue 190

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

Shades of Purple Heart #421EBE

Tints of Purple Heart #421EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 66.43%

R = 23.08%
G = 10.49%
B = 66.43%

CMYK

 C value IS 0.65

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#421EBE (or 0x421EBE) is known color: Purple Heart. HEX triplet: 42, 1E and BE. RGB value is (66,30,190). Sum of RGB (Red+Green+Blue) = 66+30+190=286 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.08% from 286); Green value is 30 (12.11% from 255 or 10.49% from 286); Blue value is 190 (74.61% from 255 or 66.43% from 286); Max value from RGB is 190 - color contains mainly: blue. Hex color #421EBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #421EBE is #BDE141. Grayscale: #3A3A3A. Windows color (decimal): -12443970 or 12459586. OLE color: 12459586.

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

Color convert

RGB 66 30 190 -
CMYK 0.65 0.84 0 0.25
HSL 253.5º 0.73% 0.43% -
HSV(B) 253.5º 0.84% 0.75% -
XYZ 12.01 5.8 49.2 -
YUV 59 201.93 132.99 -
System Red Green Blue C M Y K H S L
Decimal 66 30 190 0.65 0.84 0 0.25 253.5 0.73 0.43
Hex 42 1E BE 41 54 0 19 FE 49 2B
Octal 102 36 276 101 124 0 31 376 111 53
Binary 1000010 11110 10111110 1000001 1010100 0 11001 11111110 1001001 101011

Color Harmonies of #421EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421EBE

Black with #421EBE

Text Example


Text Example

White with #421EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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