Html Css Color HEX #421EBA Purple Heart

📋 copy color: '#421EBA'

red 66 ◦ green 30 ◦ blue 186

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

Shades of Purple Heart #421EBA

Tints of Purple Heart #421EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 65.96%

R = 23.4%
G = 10.64%
B = 65.96%

CMYK

 C value IS 0.65

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#421EBA (or 0x421EBA) is known color: Purple Heart. HEX triplet: 42, 1E and BA. RGB value is (66,30,186). Sum of RGB (Red+Green+Blue) = 66+30+186=282 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.40% from 282); Green value is 30 (12.11% from 255 or 10.64% from 282); Blue value is 186 (73.05% from 255 or 65.96% from 282); Max value from RGB is 186 - color contains mainly: blue. Hex color #421EBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #421EBA is #BDE145. Grayscale: #393939. Windows color (decimal): -12443974 or 12197442. OLE color: 12197442.

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

Color convert

RGB 66 30 186 -
CMYK 0.65 0.84 0 0.27
HSL 253.85º 0.72% 0.42% -
HSV(B) 253.85º 0.84% 0.73% -
XYZ 11.57 5.63 46.93 -
YUV 58.55 199.93 133.32 -
System Red Green Blue C M Y K H S L
Decimal 66 30 186 0.65 0.84 0 0.27 253.85 0.72 0.42
Hex 42 1E BA 41 54 0 1B FE 48 2A
Octal 102 36 272 101 124 0 33 376 110 52
Binary 1000010 11110 10111010 1000001 1010100 0 11011 11111110 1001000 101010

Color Harmonies of #421EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421EBA

Black with #421EBA

Text Example


Text Example

White with #421EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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