Html Css Color HEX #4825CF Purple Heart

📋 copy color: '#4825CF'

red 72 ◦ green 37 ◦ blue 207

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

Shades of Purple Heart #4825CF

Tints of Purple Heart #4825CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 65.51%

R = 22.78%
G = 11.71%
B = 65.51%

CMYK

 C value IS 0.65

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4825CF (or 0x4825CF) is known color: Purple Heart. HEX triplet: 48, 25 and CF. RGB value is (72,37,207). Sum of RGB (Red+Green+Blue) = 72+37+207=316 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.78% from 316); Green value is 37 (14.84% from 255 or 11.71% from 316); Blue value is 207 (81.25% from 255 or 65.51% from 316); Max value from RGB is 207 - color contains mainly: blue. Hex color #4825CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4825CF is #B7DA30. Grayscale: #424242. Windows color (decimal): -12048945 or 13575496. OLE color: 13575496.

HSL color Cylindrical-coordinate representation of color #4825CF: hue angle of 252.35º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4825CF is Cyan = 0.65, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 72 37 207 -
CMYK 0.65 0.82 0 0.19
HSL 252.35º 0.7% 0.48% -
HSV(B) 252.35º 0.82% 0.81% -
XYZ 14.6 7.21 59.65 -
YUV 66.85 207.1 131.68 -
System Red Green Blue C M Y K H S L
Decimal 72 37 207 0.65 0.82 0 0.19 252.35 0.7 0.48
Hex 48 25 CF 41 52 0 13 FC 46 30
Octal 110 45 317 101 122 0 23 374 106 60
Binary 1001000 100101 11001111 1000001 1010010 0 10011 11111100 1000110 110000

Color Harmonies of #4825CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4825CF

Black with #4825CF

Text Example


Text Example

White with #4825CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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