Html Css Color HEX #4825B5 Purple Heart

📋 copy color: '#4825B5'

red 72 ◦ green 37 ◦ blue 181

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

Shades of Purple Heart #4825B5

Tints of Purple Heart #4825B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 62.41%

R = 24.83%
G = 12.76%
B = 62.41%

CMYK

 C value IS 0.60

 M value IS 0.80

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#4825B5 (or 0x4825B5) is known color: Purple Heart. HEX triplet: 48, 25 and B5. RGB value is (72,37,181). Sum of RGB (Red+Green+Blue) = 72+37+181=290 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.83% from 290); Green value is 37 (14.84% from 255 or 12.76% from 290); Blue value is 181 (71.09% from 255 or 62.41% from 290); Max value from RGB is 181 - color contains mainly: blue. Hex color #4825B5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4825B5 is #B7DA4A. Grayscale: #3F3F3F. Windows color (decimal): -12048971 or 11871560. OLE color: 11871560.

HSL color Cylindrical-coordinate representation of color #4825B5: hue angle of 254.58º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4825B5 is Cyan = 0.60, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 72 37 181 -
CMYK 0.60 0.80 0 0.29
HSL 254.58º 0.66% 0.43% -
HSV(B) 254.58º 0.8% 0.71% -
XYZ 11.67 6.04 44.27 -
YUV 63.88 194.1 133.79 -
System Red Green Blue C M Y K H S L
Decimal 72 37 181 0.60 0.80 0 0.29 254.58 0.66 0.43
Hex 48 25 B5 3C 50 0 1D FF 42 2B
Octal 110 45 265 74 120 0 35 377 102 53
Binary 1001000 100101 10110101 111100 1010000 0 11101 11111111 1000010 101011

Color Harmonies of #4825B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4825B5

Black with #4825B5

Text Example


Text Example

White with #4825B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4825B5; }

 p { color: rgb(72,37,181); }

 H1.HeaderClassName
 {
   color: #4825B5;
 }
 .AnyTagClassName
 {
   color: #4825B5;
 }
</style>

background-color css

<style>
 a { background-color: #4825B5; }

 a { background-color: rgb(72,37,181); }

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

border-color css

<style>
 span { border-color: #4825B5; }

 span { border-color: rgb(72,37,181); }

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