Html Css Color HEX #410BCB Purple Heart

📋 copy color: '#410BCB'

red 65 ◦ green 11 ◦ blue 203

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

Shades of Purple Heart #410BCB

Tints of Purple Heart #410BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 72.76%

R = 23.3%
G = 3.94%
B = 72.76%

CMYK

 C value IS 0.68

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#410BCB (or 0x410BCB) is known color: Purple Heart. HEX triplet: 41, 0B and CB. RGB value is (65,11,203). Sum of RGB (Red+Green+Blue) = 65+11+203=279 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.30% from 279); Green value is 11 (4.69% from 255 or 3.94% from 279); Blue value is 203 (79.69% from 255 or 72.76% from 279); Max value from RGB is 203 - color contains mainly: blue. Hex color #410BCB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #410BCB is #BEF434. Grayscale: #303030. Windows color (decimal): -12514357 or 13306689. OLE color: 13306689.

HSL color Cylindrical-coordinate representation of color #410BCB: hue angle of 256.88º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #410BCB is Cyan = 0.68, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 65 11 203 -
CMYK 0.68 0.95 0 0.20
HSL 256.88º 0.9% 0.42% -
HSV(B) 256.88º 0.95% 0.8% -
XYZ 13.08 5.67 56.91 -
YUV 49.03 214.89 139.39 -
System Red Green Blue C M Y K H S L
Decimal 65 11 203 0.68 0.95 0 0.20 256.88 0.9 0.42
Hex 41 B CB 44 5F 0 14 101 5A 2A
Octal 101 13 313 104 137 0 24 401 132 52
Binary 1000001 1011 11001011 1000100 1011111 0 10100 100000001 1011010 101010

Color Harmonies of #410BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410BCB

Black with #410BCB

Text Example


Text Example

White with #410BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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