Html Css Color HEX #421FBC Purple Heart

📋 copy color: '#421FBC'

red 66 ◦ green 31 ◦ blue 188

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

Shades of Purple Heart #421FBC

Tints of Purple Heart #421FBC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.88%

 BLUE value IS 188 (73.83% from 255) = 65.96%

R = 23.16%
G = 10.88%
B = 65.96%

CMYK

 C value IS 0.65

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#421FBC (or 0x421FBC) is known color: Purple Heart. HEX triplet: 42, 1F and BC. RGB value is (66,31,188). Sum of RGB (Red+Green+Blue) = 66+31+188=285 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.16% from 285); Green value is 31 (12.5% from 255 or 10.88% from 285); Blue value is 188 (73.83% from 255 or 65.96% from 285); Max value from RGB is 188 - color contains mainly: blue. Hex color #421FBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #421FBC is #BDE043. Grayscale: #3A3A3A. Windows color (decimal): -12443716 or 12328770. OLE color: 12328770.

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

Color convert

RGB 66 31 188 -
CMYK 0.65 0.84 0 0.26
HSL 253.38º 0.72% 0.43% -
HSV(B) 253.38º 0.84% 0.74% -
XYZ 11.81 5.77 48.07 -
YUV 59.36 200.6 132.73 -
System Red Green Blue C M Y K H S L
Decimal 66 31 188 0.65 0.84 0 0.26 253.38 0.72 0.43
Hex 42 1F BC 41 54 0 1A FD 48 2B
Octal 102 37 274 101 124 0 32 375 110 53
Binary 1000010 11111 10111100 1000001 1010100 0 11010 11111101 1001000 101011

Color Harmonies of #421FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421FBC

Black with #421FBC

Text Example


Text Example

White with #421FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,31,188); }

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

background-color css

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

 a { background-color: rgb(66,31,188); }

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

border-color css

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

 span { border-color: rgb(66,31,188); }

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