Html Css Color HEX #4825CB Purple Heart

📋 copy color: '#4825CB'

red 72 ◦ green 37 ◦ blue 203

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

Shades of Purple Heart #4825CB

Tints of Purple Heart #4825CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 65.06%

R = 23.08%
G = 11.86%
B = 65.06%

CMYK

 C value IS 0.65

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4825CB (or 0x4825CB) is known color: Purple Heart. HEX triplet: 48, 25 and CB. RGB value is (72,37,203). Sum of RGB (Red+Green+Blue) = 72+37+203=312 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.08% from 312); Green value is 37 (14.84% from 255 or 11.86% from 312); Blue value is 203 (79.69% from 255 or 65.06% from 312); Max value from RGB is 203 - color contains mainly: blue. Hex color #4825CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4825CB is #B7DA34. Grayscale: #414141. Windows color (decimal): -12048949 or 13313352. OLE color: 13313352.

HSL color Cylindrical-coordinate representation of color #4825CB: hue angle of 252.65º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4825CB is Cyan = 0.65, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 72 37 203 -
CMYK 0.65 0.82 0 0.20
HSL 252.65º 0.69% 0.47% -
HSV(B) 252.65º 0.82% 0.8% -
XYZ 14.11 7.01 57.11 -
YUV 66.39 205.1 132 -
System Red Green Blue C M Y K H S L
Decimal 72 37 203 0.65 0.82 0 0.20 252.65 0.69 0.47
Hex 48 25 CB 41 52 0 14 FD 45 2F
Octal 110 45 313 101 122 0 24 375 105 57
Binary 1001000 100101 11001011 1000001 1010010 0 10100 11111101 1000101 101111

Color Harmonies of #4825CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4825CB

Black with #4825CB

Text Example


Text Example

White with #4825CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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