Html Css Color HEX #421FBE Purple Heart

📋 copy color: '#421FBE'

red 66 ◦ green 31 ◦ blue 190

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

Shades of Purple Heart #421FBE

Tints of Purple Heart #421FBE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.8%

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

R = 23%
G = 10.8%
B = 66.2%

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

#421FBE (or 0x421FBE) is known color: Purple Heart. HEX triplet: 42, 1F and BE. RGB value is (66,31,190). Sum of RGB (Red+Green+Blue) = 66+31+190=287 (38% of max value = 765). Red value is 66 (26.17% from 255 or 23.00% from 287); Green value is 31 (12.5% from 255 or 10.80% from 287); Blue value is 190 (74.61% from 255 or 66.20% from 287); Max value from RGB is 190 - color contains mainly: blue. Hex color #421FBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #421FBE is #BDE041. Grayscale: #3A3A3A. Windows color (decimal): -12443714 or 12459842. OLE color: 12459842.

HSL color Cylindrical-coordinate representation of color #421FBE: hue angle of 253.21º degrees, saturation: 0.72, 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 #421FBE is Cyan = 0.65, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 66 31 190 -
CMYK 0.65 0.84 0 0.25
HSL 253.21º 0.72% 0.43% -
HSV(B) 253.21º 0.84% 0.75% -
XYZ 12.03 5.86 49.21 -
YUV 59.59 201.6 132.57 -
System Red Green Blue C M Y K H S L
Decimal 66 31 190 0.65 0.84 0 0.25 253.21 0.72 0.43
Hex 42 1F BE 41 54 0 19 FD 48 2B
Octal 102 37 276 101 124 0 31 375 110 53
Binary 1000010 11111 10111110 1000001 1010100 0 11001 11111101 1001000 101011

Color Harmonies of #421FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421FBE

Black with #421FBE

Text Example


Text Example

White with #421FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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