Html Css Color HEX #421EBC Purple Heart

📋 copy color: '#421EBC'

red 66 ◦ green 30 ◦ blue 188

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

Shades of Purple Heart #421EBC

Tints of Purple Heart #421EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 66.2%

R = 23.24%
G = 10.56%
B = 66.2%

CMYK

 C value IS 0.65

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#421EBC (or 0x421EBC) is known color: Purple Heart. HEX triplet: 42, 1E and BC. RGB value is (66,30,188). Sum of RGB (Red+Green+Blue) = 66+30+188=284 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.24% from 284); Green value is 30 (12.11% from 255 or 10.56% from 284); Blue value is 188 (73.83% from 255 or 66.20% from 284); Max value from RGB is 188 - color contains mainly: blue. Hex color #421EBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #421EBC is #BDE143. Grayscale: #3A3A3A. Windows color (decimal): -12443972 or 12328514. OLE color: 12328514.

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

Color convert

RGB 66 30 188 -
CMYK 0.65 0.84 0 0.26
HSL 253.67º 0.72% 0.43% -
HSV(B) 253.67º 0.84% 0.74% -
XYZ 11.79 5.72 48.06 -
YUV 58.78 200.93 133.15 -
System Red Green Blue C M Y K H S L
Decimal 66 30 188 0.65 0.84 0 0.26 253.67 0.72 0.43
Hex 42 1E BC 41 54 0 1A FE 48 2B
Octal 102 36 274 101 124 0 32 376 110 53
Binary 1000010 11110 10111100 1000001 1010100 0 11010 11111110 1001000 101011

Color Harmonies of #421EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421EBC

Black with #421EBC

Text Example


Text Example

White with #421EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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