Html Css Color HEX #410CBB Purple Heart

📋 copy color: '#410CBB'

red 65 ◦ green 12 ◦ blue 187

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

Shades of Purple Heart #410CBB

Tints of Purple Heart #410CBB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.55%

 BLUE value IS 187 (73.44% from 255) = 70.83%

R = 24.62%
G = 4.55%
B = 70.83%

CMYK

 C value IS 0.65

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#410CBB (or 0x410CBB) is known color: Purple Heart. HEX triplet: 41, 0C and BB. RGB value is (65,12,187). Sum of RGB (Red+Green+Blue) = 65+12+187=264 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.62% from 264); Green value is 12 (5.08% from 255 or 4.55% from 264); Blue value is 187 (73.44% from 255 or 70.83% from 264); Max value from RGB is 187 - color contains mainly: blue. Hex color #410CBB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #410CBB is #BEF344. Grayscale: #2F2F2F. Windows color (decimal): -12514117 or 12258369. OLE color: 12258369.

HSL color Cylindrical-coordinate representation of color #410CBB: hue angle of 258.17º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #410CBB is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 65 12 187 -
CMYK 0.65 0.94 0 0.27
HSL 258.17º 0.88% 0.39% -
HSV(B) 258.17º 0.94% 0.73% -
XYZ 11.28 4.97 47.38 -
YUV 47.8 206.56 140.27 -
System Red Green Blue C M Y K H S L
Decimal 65 12 187 0.65 0.94 0 0.27 258.17 0.88 0.39
Hex 41 C BB 41 5E 0 1B 102 58 27
Octal 101 14 273 101 136 0 33 402 130 47
Binary 1000001 1100 10111011 1000001 1011110 0 11011 100000010 1011000 100111

Color Harmonies of #410CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410CBB

Black with #410CBB

Text Example


Text Example

White with #410CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410CBB; }

 p { color: rgb(65,12,187); }

 H1.HeaderClassName
 {
   color: #410CBB;
 }
 .AnyTagClassName
 {
   color: #410CBB;
 }
</style>

background-color css

<style>
 a { background-color: #410CBB; }

 a { background-color: rgb(65,12,187); }

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

border-color css

<style>
 span { border-color: #410CBB; }

 span { border-color: rgb(65,12,187); }

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