Html Css Color HEX #421ABF Purple Heart

📋 copy color: '#421ABF'

red 66 ◦ green 26 ◦ blue 191

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

Shades of Purple Heart #421ABF

Tints of Purple Heart #421ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 67.49%

R = 23.32%
G = 9.19%
B = 67.49%

CMYK

 C value IS 0.65

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#421ABF (or 0x421ABF) is known color: Purple Heart. HEX triplet: 42, 1A and BF. RGB value is (66,26,191). Sum of RGB (Red+Green+Blue) = 66+26+191=283 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.32% from 283); Green value is 26 (10.55% from 255 or 9.19% from 283); Blue value is 191 (75% from 255 or 67.49% from 283); Max value from RGB is 191 - color contains mainly: blue. Hex color #421ABF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #421ABF is #BDE540. Grayscale: #383838. Windows color (decimal): -12444993 or 12524098. OLE color: 12524098.

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

Color convert

RGB 66 26 191 -
CMYK 0.65 0.86 0 0.25
HSL 254.55º 0.76% 0.43% -
HSV(B) 254.55º 0.86% 0.75% -
XYZ 12.02 5.66 49.75 -
YUV 56.77 203.75 134.58 -
System Red Green Blue C M Y K H S L
Decimal 66 26 191 0.65 0.86 0 0.25 254.55 0.76 0.43
Hex 42 1A BF 41 56 0 19 FF 4C 2B
Octal 102 32 277 101 126 0 31 377 114 53
Binary 1000010 11010 10111111 1000001 1010110 0 11001 11111111 1001100 101011

Color Harmonies of #421ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421ABF

Black with #421ABF

Text Example


Text Example

White with #421ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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