Html Css Color HEX #480BCC Purple Heart

📋 copy color: '#480BCC'

red 72 ◦ green 11 ◦ blue 204

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

Shades of Purple Heart #480BCC

Tints of Purple Heart #480BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 71.08%

R = 25.09%
G = 3.83%
B = 71.08%

CMYK

 C value IS 0.65

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#480BCC (or 0x480BCC) is known color: Purple Heart. HEX triplet: 48, 0B and CC. RGB value is (72,11,204). Sum of RGB (Red+Green+Blue) = 72+11+204=287 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25.09% from 287); Green value is 11 (4.69% from 255 or 3.83% from 287); Blue value is 204 (80.08% from 255 or 71.08% from 287); Max value from RGB is 204 - color contains mainly: blue. Hex color #480BCC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #480BCC is #B7F433. Grayscale: #323232. Windows color (decimal): -12055604 or 13372232. OLE color: 13372232.

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

Color convert

RGB 72 11 204 -
CMYK 0.65 0.95 0 0.2
HSL 258.96º 0.9% 0.42% -
HSV(B) 258.96º 0.95% 0.8% -
XYZ 13.69 5.98 57.56 -
YUV 51.24 214.21 142.81 -
System Red Green Blue C M Y K H S L
Decimal 72 11 204 0.65 0.95 0 0.2 258.96 0.9 0.42
Hex 48 B CC 41 5F 0 14 103 5A 2A
Octal 110 13 314 101 137 0 24 403 132 52
Binary 1001000 1011 11001100 1000001 1011111 0 10100 100000011 1011010 101010

Color Harmonies of #480BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480BCC

Black with #480BCC

Text Example


Text Example

White with #480BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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