Html Css Color HEX #4825BC Purple Heart

📋 copy color: '#4825BC'

red 72 ◦ green 37 ◦ blue 188

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

Shades of Purple Heart #4825BC

Tints of Purple Heart #4825BC

RGB

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

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

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

R = 24.24%
G = 12.46%
B = 63.3%

CMYK

 C value IS 0.62

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4825BC (or 0x4825BC) is known color: Purple Heart. HEX triplet: 48, 25 and BC. RGB value is (72,37,188). Sum of RGB (Red+Green+Blue) = 72+37+188=297 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.24% from 297); Green value is 37 (14.84% from 255 or 12.46% from 297); Blue value is 188 (73.83% from 255 or 63.30% from 297); Max value from RGB is 188 - color contains mainly: blue. Hex color #4825BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4825BC is #B7DA43. Grayscale: #404040. Windows color (decimal): -12048964 or 12330312. OLE color: 12330312.

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

Color convert

RGB 72 37 188 -
CMYK 0.62 0.80 0 0.26
HSL 253.91º 0.67% 0.44% -
HSV(B) 253.91º 0.8% 0.74% -
XYZ 12.41 6.33 48.14 -
YUV 64.68 197.6 133.22 -
System Red Green Blue C M Y K H S L
Decimal 72 37 188 0.62 0.80 0 0.26 253.91 0.67 0.44
Hex 48 25 BC 3E 50 0 1A FE 43 2C
Octal 110 45 274 76 120 0 32 376 103 54
Binary 1001000 100101 10111100 111110 1010000 0 11010 11111110 1000011 101100

Color Harmonies of #4825BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4825BC

Black with #4825BC

Text Example


Text Example

White with #4825BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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