Html Css Color HEX #421BBF Purple Heart

📋 copy color: '#421BBF'

red 66 ◦ green 27 ◦ blue 191

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

Shades of Purple Heart #421BBF

Tints of Purple Heart #421BBF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.51%

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

R = 23.24%
G = 9.51%
B = 67.25%

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

#421BBF (or 0x421BBF) is known color: Purple Heart. HEX triplet: 42, 1B and BF. RGB value is (66,27,191). Sum of RGB (Red+Green+Blue) = 66+27+191=284 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.24% from 284); Green value is 27 (10.94% from 255 or 9.51% from 284); Blue value is 191 (75% from 255 or 67.25% from 284); Max value from RGB is 191 - color contains mainly: blue. Hex color #421BBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #421BBF is #BDE440. Grayscale: #383838. Windows color (decimal): -12444737 or 12524354. OLE color: 12524354.

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

Color convert

RGB 66 27 191 -
CMYK 0.65 0.86 0 0.25
HSL 254.27º 0.75% 0.43% -
HSV(B) 254.27º 0.86% 0.75% -
XYZ 12.04 5.7 49.76 -
YUV 57.36 203.42 134.16 -
System Red Green Blue C M Y K H S L
Decimal 66 27 191 0.65 0.86 0 0.25 254.27 0.75 0.43
Hex 42 1B BF 41 56 0 19 FE 4B 2B
Octal 102 33 277 101 126 0 31 376 113 53
Binary 1000010 11011 10111111 1000001 1010110 0 11001 11111110 1001011 101011

Color Harmonies of #421BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421BBF

Black with #421BBF

Text Example


Text Example

White with #421BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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