Html Css Color HEX #421EBF Purple Heart

📋 copy color: '#421EBF'

red 66 ◦ green 30 ◦ blue 191

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

Shades of Purple Heart #421EBF

Tints of Purple Heart #421EBF

RGB

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

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

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

R = 23%
G = 10.45%
B = 66.55%

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

#421EBF (or 0x421EBF) is known color: Purple Heart. HEX triplet: 42, 1E and BF. RGB value is (66,30,191). Sum of RGB (Red+Green+Blue) = 66+30+191=287 (38% of max value = 765). Red value is 66 (26.17% from 255 or 23.00% from 287); Green value is 30 (12.11% from 255 or 10.45% from 287); Blue value is 191 (75% from 255 or 66.55% from 287); Max value from RGB is 191 - color contains mainly: blue. Hex color #421EBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #421EBF is #BDE140. Grayscale: #3A3A3A. Windows color (decimal): -12443969 or 12525122. OLE color: 12525122.

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

Color convert

RGB 66 30 191 -
CMYK 0.65 0.84 0 0.25
HSL 253.42º 0.73% 0.43% -
HSV(B) 253.42º 0.84% 0.75% -
XYZ 12.12 5.85 49.78 -
YUV 59.12 202.43 132.91 -
System Red Green Blue C M Y K H S L
Decimal 66 30 191 0.65 0.84 0 0.25 253.42 0.73 0.43
Hex 42 1E BF 41 54 0 19 FD 49 2B
Octal 102 36 277 101 124 0 31 375 111 53
Binary 1000010 11110 10111111 1000001 1010100 0 11001 11111101 1001001 101011

Color Harmonies of #421EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421EBF

Black with #421EBF

Text Example


Text Example

White with #421EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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