Html Css Color HEX #4925BC Purple Heart

📋 copy color: '#4925BC'

red 73 ◦ green 37 ◦ blue 188

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

Shades of Purple Heart #4925BC

Tints of Purple Heart #4925BC

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.42%

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

R = 24.5%
G = 12.42%
B = 63.09%

CMYK

 C value IS 0.61

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4925BC (or 0x4925BC) is known color: Purple Heart. HEX triplet: 49, 25 and BC. RGB value is (73,37,188). Sum of RGB (Red+Green+Blue) = 73+37+188=298 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.50% from 298); Green value is 37 (14.84% from 255 or 12.42% from 298); Blue value is 188 (73.83% from 255 or 63.09% from 298); Max value from RGB is 188 - color contains mainly: blue. Hex color #4925BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4925BC is #B6DA43. Grayscale: #404040. Windows color (decimal): -11983428 or 12330313. OLE color: 12330313.

HSL color Cylindrical-coordinate representation of color #4925BC: hue angle of 254.3º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4925BC is Cyan = 0.61, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 73 37 188 -
CMYK 0.61 0.80 0 0.26
HSL 254.3º 0.67% 0.44% -
HSV(B) 254.3º 0.8% 0.74% -
XYZ 12.49 6.37 48.15 -
YUV 64.98 197.43 133.72 -
System Red Green Blue C M Y K H S L
Decimal 73 37 188 0.61 0.80 0 0.26 254.3 0.67 0.44
Hex 49 25 BC 3D 50 0 1A FE 43 2C
Octal 111 45 274 75 120 0 32 376 103 54
Binary 1001001 100101 10111100 111101 1010000 0 11010 11111110 1000011 101100

Color Harmonies of #4925BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4925BC

Black with #4925BC

Text Example


Text Example

White with #4925BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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