Html Css Color HEX #421ABD Purple Heart

📋 copy color: '#421ABD'

red 66 ◦ green 26 ◦ blue 189

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

Shades of Purple Heart #421ABD

Tints of Purple Heart #421ABD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.25%

 BLUE value IS 189 (74.22% from 255) = 67.26%

R = 23.49%
G = 9.25%
B = 67.26%

CMYK

 C value IS 0.65

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#421ABD (or 0x421ABD) is known color: Purple Heart. HEX triplet: 42, 1A and BD. RGB value is (66,26,189). Sum of RGB (Red+Green+Blue) = 66+26+189=281 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.49% from 281); Green value is 26 (10.55% from 255 or 9.25% from 281); Blue value is 189 (74.22% from 255 or 67.26% from 281); Max value from RGB is 189 - color contains mainly: blue. Hex color #421ABD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #421ABD is #BDE542. Grayscale: #373737. Windows color (decimal): -12444995 or 12393026. OLE color: 12393026.

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

Color convert

RGB 66 26 189 -
CMYK 0.65 0.86 0 0.26
HSL 254.72º 0.76% 0.42% -
HSV(B) 254.72º 0.86% 0.74% -
XYZ 11.8 5.57 48.6 -
YUV 56.54 202.75 134.75 -
System Red Green Blue C M Y K H S L
Decimal 66 26 189 0.65 0.86 0 0.26 254.72 0.76 0.42
Hex 42 1A BD 41 56 0 1A FF 4C 2A
Octal 102 32 275 101 126 0 32 377 114 52
Binary 1000010 11010 10111101 1000001 1010110 0 11010 11111111 1001100 101010

Color Harmonies of #421ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421ABD

Black with #421ABD

Text Example


Text Example

White with #421ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,26,189); }

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

background-color css

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

 a { background-color: rgb(66,26,189); }

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

border-color css

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

 span { border-color: rgb(66,26,189); }

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