Html Css Color HEX #4806BC Purple Heart

📋 copy color: '#4806BC'

red 72 ◦ green 6 ◦ blue 188

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

Shades of Purple Heart #4806BC

Tints of Purple Heart #4806BC

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.26%

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

R = 27.07%
G = 2.26%
B = 70.68%

CMYK

 C value IS 0.62

 M value IS 0.97

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4806BC (or 0x4806BC) is known color: Purple Heart. HEX triplet: 48, 06 and BC. RGB value is (72,6,188). Sum of RGB (Red+Green+Blue) = 72+6+188=266 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.07% from 266); Green value is 6 (2.73% from 255 or 2.26% from 266); Blue value is 188 (73.83% from 255 or 70.68% from 266); Max value from RGB is 188 - color contains mainly: blue. Hex color #4806BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4806BC is #B7F943. Grayscale: #2D2D2D. Windows color (decimal): -12056900 or 12322376. OLE color: 12322376.

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

Color convert

RGB 72 6 188 -
CMYK 0.62 0.97 0 0.26
HSL 261.76º 0.94% 0.38% -
HSV(B) 261.76º 0.97% 0.74% -
XYZ 11.81 5.14 47.95 -
YUV 46.48 207.87 146.2 -
System Red Green Blue C M Y K H S L
Decimal 72 6 188 0.62 0.97 0 0.26 261.76 0.94 0.38
Hex 48 6 BC 3E 61 0 1A 106 5E 26
Octal 110 6 274 76 141 0 32 406 136 46
Binary 1001000 110 10111100 111110 1100001 0 11010 100000110 1011110 100110

Color Harmonies of #4806BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4806BC

Black with #4806BC

Text Example


Text Example

White with #4806BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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