Html Css Color HEX #421CBF Purple Heart

📋 copy color: '#421CBF'

red 66 ◦ green 28 ◦ blue 191

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

Shades of Purple Heart #421CBF

Tints of Purple Heart #421CBF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.82%

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

R = 23.16%
G = 9.82%
B = 67.02%

CMYK

 C value IS 0.65

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#421CBF (or 0x421CBF) is known color: Purple Heart. HEX triplet: 42, 1C and BF. RGB value is (66,28,191). Sum of RGB (Red+Green+Blue) = 66+28+191=285 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.16% from 285); Green value is 28 (11.33% from 255 or 9.82% from 285); Blue value is 191 (75% from 255 or 67.02% from 285); Max value from RGB is 191 - color contains mainly: blue. Hex color #421CBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #421CBF is #BDE340. Grayscale: #393939. Windows color (decimal): -12444481 or 12524610. OLE color: 12524610.

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

Color convert

RGB 66 28 191 -
CMYK 0.65 0.85 0 0.25
HSL 253.99º 0.74% 0.43% -
HSV(B) 253.99º 0.85% 0.75% -
XYZ 12.07 5.75 49.76 -
YUV 57.94 203.09 133.75 -
System Red Green Blue C M Y K H S L
Decimal 66 28 191 0.65 0.85 0 0.25 253.99 0.74 0.43
Hex 42 1C BF 41 55 0 19 FE 4A 2B
Octal 102 34 277 101 125 0 31 376 112 53
Binary 1000010 11100 10111111 1000001 1010101 0 11001 11111110 1001010 101011

Color Harmonies of #421CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421CBF

Black with #421CBF

Text Example


Text Example

White with #421CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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