Html Css Color HEX #4907BC Purple Heart

📋 copy color: '#4907BC'

red 73 ◦ green 7 ◦ blue 188

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

Shades of Purple Heart #4907BC

Tints of Purple Heart #4907BC

RGB

 RED value IS 73 (28.91% from 255) = 27.24%

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

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

R = 27.24%
G = 2.61%
B = 70.15%

CMYK

 C value IS 0.61

 M value IS 0.96

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4907BC (or 0x4907BC) is known color: Purple Heart. HEX triplet: 49, 07 and BC. RGB value is (73,7,188). Sum of RGB (Red+Green+Blue) = 73+7+188=268 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.24% from 268); Green value is 7 (3.12% from 255 or 2.61% from 268); Blue value is 188 (73.83% from 255 or 70.15% from 268); Max value from RGB is 188 - color contains mainly: blue. Hex color #4907BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4907BC is #B6F843. Grayscale: #2E2E2E. Windows color (decimal): -11991108 or 12322633. OLE color: 12322633.

HSL color Cylindrical-coordinate representation of color #4907BC: hue angle of 261.88º 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 #4907BC is Cyan = 0.61, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 73 7 188 -
CMYK 0.61 0.96 0 0.26
HSL 261.88º 0.93% 0.38% -
HSV(B) 261.88º 0.96% 0.74% -
XYZ 11.9 5.2 47.95 -
YUV 47.37 207.37 146.28 -
System Red Green Blue C M Y K H S L
Decimal 73 7 188 0.61 0.96 0 0.26 261.88 0.93 0.38
Hex 49 7 BC 3D 60 0 1A 106 5D 26
Octal 111 7 274 75 140 0 32 406 135 46
Binary 1001001 111 10111100 111101 1100000 0 11010 100000110 1011101 100110

Color Harmonies of #4907BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4907BC

Black with #4907BC

Text Example


Text Example

White with #4907BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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