Html Css Color HEX #410BBC Purple Heart

📋 copy color: '#410BBC'

red 65 ◦ green 11 ◦ blue 188

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

Shades of Purple Heart #410BBC

Tints of Purple Heart #410BBC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.17%

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

R = 24.62%
G = 4.17%
B = 71.21%

CMYK

 C value IS 0.65

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#410BBC (or 0x410BBC) is known color: Purple Heart. HEX triplet: 41, 0B and BC. RGB value is (65,11,188). Sum of RGB (Red+Green+Blue) = 65+11+188=264 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.62% from 264); Green value is 11 (4.69% from 255 or 4.17% from 264); Blue value is 188 (73.83% from 255 or 71.21% from 264); Max value from RGB is 188 - color contains mainly: blue. Hex color #410BBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #410BBC is #BEF443. Grayscale: #2E2E2E. Windows color (decimal): -12514372 or 12323649. OLE color: 12323649.

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

Color convert

RGB 65 11 188 -
CMYK 0.65 0.94 0 0.26
HSL 258.31º 0.89% 0.39% -
HSV(B) 258.31º 0.94% 0.74% -
XYZ 11.38 4.99 47.94 -
YUV 47.32 207.39 140.61 -
System Red Green Blue C M Y K H S L
Decimal 65 11 188 0.65 0.94 0 0.26 258.31 0.89 0.39
Hex 41 B BC 41 5E 0 1A 102 59 27
Octal 101 13 274 101 136 0 32 402 131 47
Binary 1000001 1011 10111100 1000001 1011110 0 11010 100000010 1011001 100111

Color Harmonies of #410BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410BBC

Black with #410BBC

Text Example


Text Example

White with #410BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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