Html Css Color HEX #4807BC Purple Heart

📋 copy color: '#4807BC'

red 72 ◦ green 7 ◦ blue 188

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

Shades of Purple Heart #4807BC

Tints of Purple Heart #4807BC

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.62%

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

R = 26.97%
G = 2.62%
B = 70.41%

CMYK

 C value IS 0.62

 M value IS 0.96

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4807BC (or 0x4807BC) is known color: Purple Heart. HEX triplet: 48, 07 and BC. RGB value is (72,7,188). Sum of RGB (Red+Green+Blue) = 72+7+188=267 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.97% from 267); Green value is 7 (3.12% from 255 or 2.62% from 267); Blue value is 188 (73.83% from 255 or 70.41% from 267); Max value from RGB is 188 - color contains mainly: blue. Hex color #4807BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4807BC is #B7F843. Grayscale: #2E2E2E. Windows color (decimal): -12056644 or 12322632. OLE color: 12322632.

HSL color Cylindrical-coordinate representation of color #4807BC: hue angle of 261.55º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4807BC is Cyan = 0.62, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 72 7 188 -
CMYK 0.62 0.96 0 0.26
HSL 261.55º 0.93% 0.38% -
HSV(B) 261.55º 0.96% 0.74% -
XYZ 11.83 5.16 47.95 -
YUV 47.07 207.53 145.78 -
System Red Green Blue C M Y K H S L
Decimal 72 7 188 0.62 0.96 0 0.26 261.55 0.93 0.38
Hex 48 7 BC 3E 60 0 1A 106 5D 26
Octal 110 7 274 76 140 0 32 406 135 46
Binary 1001000 111 10111100 111110 1100000 0 11010 100000110 1011101 100110

Color Harmonies of #4807BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4807BC

Black with #4807BC

Text Example


Text Example

White with #4807BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4807BC; }

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

 H1.HeaderClassName
 {
   color: #4807BC;
 }
 .AnyTagClassName
 {
   color: #4807BC;
 }
</style>

background-color css

<style>
 a { background-color: #4807BC; }

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

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

border-color css

<style>
 span { border-color: #4807BC; }

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

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