Html Css Color HEX #412BBC Purple Heart

📋 copy color: '#412BBC'

red 65 ◦ green 43 ◦ blue 188

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

Shades of Purple Heart #412BBC

Tints of Purple Heart #412BBC

RGB

 RED value IS 65 (25.78% from 255) = 21.96%

 GREEN value IS 43 (17.19% from 255) = 14.53%

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

R = 21.96%
G = 14.53%
B = 63.51%

CMYK

 C value IS 0.65

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#412BBC (or 0x412BBC) is known color: Purple Heart. HEX triplet: 41, 2B and BC. RGB value is (65,43,188). Sum of RGB (Red+Green+Blue) = 65+43+188=296 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.96% from 296); Green value is 43 (17.19% from 255 or 14.53% from 296); Blue value is 188 (73.83% from 255 or 63.51% from 296); Max value from RGB is 188 - color contains mainly: blue. Hex color #412BBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #412BBC is #BED443. Grayscale: #414141. Windows color (decimal): -12506180 or 12331841. OLE color: 12331841.

HSL color Cylindrical-coordinate representation of color #412BBC: hue angle of 249.1º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #412BBC is Cyan = 0.65, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 65 43 188 -
CMYK 0.65 0.77 0 0.26
HSL 249.1º 0.63% 0.45% -
HSV(B) 249.1º 0.77% 0.74% -
XYZ 12.12 6.48 48.19 -
YUV 66.11 196.79 127.21 -
System Red Green Blue C M Y K H S L
Decimal 65 43 188 0.65 0.77 0 0.26 249.1 0.63 0.45
Hex 41 2B BC 41 4D 0 1A F9 3F 2D
Octal 101 53 274 101 115 0 32 371 77 55
Binary 1000001 101011 10111100 1000001 1001101 0 11010 11111001 111111 101101

Color Harmonies of #412BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412BBC

Black with #412BBC

Text Example


Text Example

White with #412BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412BBC; }

 p { color: rgb(65,43,188); }

 H1.HeaderClassName
 {
   color: #412BBC;
 }
 .AnyTagClassName
 {
   color: #412BBC;
 }
</style>

background-color css

<style>
 a { background-color: #412BBC; }

 a { background-color: rgb(65,43,188); }

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

border-color css

<style>
 span { border-color: #412BBC; }

 span { border-color: rgb(65,43,188); }

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