Html Css Color HEX #480BCB Purple Heart

📋 copy color: '#480BCB'

red 72 ◦ green 11 ◦ blue 203

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

Shades of Purple Heart #480BCB

Tints of Purple Heart #480BCB

RGB

 RED value IS 72 (28.52% from 255) = 25.17%

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

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

R = 25.17%
G = 3.85%
B = 70.98%

CMYK

 C value IS 0.65

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#480BCB (or 0x480BCB) is known color: Purple Heart. HEX triplet: 48, 0B and CB. RGB value is (72,11,203). Sum of RGB (Red+Green+Blue) = 72+11+203=286 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.17% from 286); Green value is 11 (4.69% from 255 or 3.85% from 286); Blue value is 203 (79.69% from 255 or 70.98% from 286); Max value from RGB is 203 - color contains mainly: blue. Hex color #480BCB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #480BCB is #B7F434. Grayscale: #323232. Windows color (decimal): -12055605 or 13306696. OLE color: 13306696.

HSL color Cylindrical-coordinate representation of color #480BCB: hue angle of 259.06º 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 #480BCB is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 72 11 203 -
CMYK 0.65 0.95 0 0.20
HSL 259.06º 0.9% 0.42% -
HSV(B) 259.06º 0.95% 0.8% -
XYZ 13.57 5.93 56.93 -
YUV 51.13 213.71 142.89 -
System Red Green Blue C M Y K H S L
Decimal 72 11 203 0.65 0.95 0 0.20 259.06 0.9 0.42
Hex 48 B CB 41 5F 0 14 103 5A 2A
Octal 110 13 313 101 137 0 24 403 132 52
Binary 1001000 1011 11001011 1000001 1011111 0 10100 100000011 1011010 101010

Color Harmonies of #480BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480BCB

Black with #480BCB

Text Example


Text Example

White with #480BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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