Html Css Color HEX #480BBC Purple Heart

📋 copy color: '#480BBC'

red 72 ◦ green 11 ◦ blue 188

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

Shades of Purple Heart #480BBC

Tints of Purple Heart #480BBC

RGB

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

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

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

R = 26.57%
G = 4.06%
B = 69.37%

CMYK

 C value IS 0.62

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#480BBC (or 0x480BBC) is known color: Purple Heart. HEX triplet: 48, 0B and BC. RGB value is (72,11,188). Sum of RGB (Red+Green+Blue) = 72+11+188=271 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.57% from 271); Green value is 11 (4.69% from 255 or 4.06% from 271); Blue value is 188 (73.83% from 255 or 69.37% from 271); Max value from RGB is 188 - color contains mainly: blue. Hex color #480BBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #480BBC is #B7F443. Grayscale: #303030. Windows color (decimal): -12055620 or 12323656. OLE color: 12323656.

HSL color Cylindrical-coordinate representation of color #480BBC: hue angle of 260.68º 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 #480BBC is Cyan = 0.62, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 72 11 188 -
CMYK 0.62 0.94 0 0.26
HSL 260.68º 0.89% 0.39% -
HSV(B) 260.68º 0.94% 0.74% -
XYZ 11.87 5.25 47.96 -
YUV 49.42 206.21 144.11 -
System Red Green Blue C M Y K H S L
Decimal 72 11 188 0.62 0.94 0 0.26 260.68 0.89 0.39
Hex 48 B BC 3E 5E 0 1A 105 59 27
Octal 110 13 274 76 136 0 32 405 131 47
Binary 1001000 1011 10111100 111110 1011110 0 11010 100000101 1011001 100111

Color Harmonies of #480BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480BBC

Black with #480BBC

Text Example


Text Example

White with #480BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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