Html Css Color HEX #480DBB Purple Heart

📋 copy color: '#480DBB'

red 72 ◦ green 13 ◦ blue 187

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

Shades of Purple Heart #480DBB

Tints of Purple Heart #480DBB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.78%

 BLUE value IS 187 (73.44% from 255) = 68.75%

R = 26.47%
G = 4.78%
B = 68.75%

CMYK

 C value IS 0.61

 M value IS 0.93

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#480DBB (or 0x480DBB) is known color: Purple Heart. HEX triplet: 48, 0D and BB. RGB value is (72,13,187). Sum of RGB (Red+Green+Blue) = 72+13+187=272 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.47% from 272); Green value is 13 (5.47% from 255 or 4.78% from 272); Blue value is 187 (73.44% from 255 or 68.75% from 272); Max value from RGB is 187 - color contains mainly: blue. Hex color #480DBB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #480DBB is #B7F244. Grayscale: #313131. Windows color (decimal): -12055109 or 12258632. OLE color: 12258632.

HSL color Cylindrical-coordinate representation of color #480DBB: hue angle of 260.34º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #480DBB is Cyan = 0.61, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 72 13 187 -
CMYK 0.61 0.93 0 0.27
HSL 260.34º 0.87% 0.39% -
HSV(B) 260.34º 0.93% 0.73% -
XYZ 11.79 5.25 47.41 -
YUV 50.48 205.05 143.35 -
System Red Green Blue C M Y K H S L
Decimal 72 13 187 0.61 0.93 0 0.27 260.34 0.87 0.39
Hex 48 D BB 3D 5D 0 1B 104 57 27
Octal 110 15 273 75 135 0 33 404 127 47
Binary 1001000 1101 10111011 111101 1011101 0 11011 100000100 1010111 100111

Color Harmonies of #480DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480DBB

Black with #480DBB

Text Example


Text Example

White with #480DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,13,187); }

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

background-color css

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

 a { background-color: rgb(72,13,187); }

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

border-color css

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

 span { border-color: rgb(72,13,187); }

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