Html Css Color HEX #4835CC Purple Heart

📋 copy color: '#4835CC'

red 72 ◦ green 53 ◦ blue 204

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

Shades of Purple Heart #4835CC

Tints of Purple Heart #4835CC

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.11%

 BLUE value IS 204 (80.08% from 255) = 62.01%

R = 21.88%
G = 16.11%
B = 62.01%

CMYK

 C value IS 0.65

 M value IS 0.74

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4835CC (or 0x4835CC) is known color: Purple Heart. HEX triplet: 48, 35 and CC. RGB value is (72,53,204). Sum of RGB (Red+Green+Blue) = 72+53+204=329 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.88% from 329); Green value is 53 (21.09% from 255 or 16.11% from 329); Blue value is 204 (80.08% from 255 or 62.01% from 329); Max value from RGB is 204 - color contains mainly: blue. Hex color #4835CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4835CC is #B7CA33. Grayscale: #4B4B4B. Windows color (decimal): -12044852 or 13382984. OLE color: 13382984.

HSL color Cylindrical-coordinate representation of color #4835CC: hue angle of 247.55º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4835CC is Cyan = 0.65, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 72 53 204 -
CMYK 0.65 0.74 0 0.2
HSL 247.55º 0.6% 0.5% -
HSV(B) 247.55º 0.74% 0.8% -
XYZ 14.84 8.28 57.94 -
YUV 75.9 200.29 125.22 -
System Red Green Blue C M Y K H S L
Decimal 72 53 204 0.65 0.74 0 0.2 247.55 0.6 0.5
Hex 48 35 CC 41 4A 0 14 F8 3C 32
Octal 110 65 314 101 112 0 24 370 74 62
Binary 1001000 110101 11001100 1000001 1001010 0 10100 11111000 111100 110010

Color Harmonies of #4835CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4835CC

Black with #4835CC

Text Example


Text Example

White with #4835CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4835CC; }

 p { color: rgb(72,53,204); }

 H1.HeaderClassName
 {
   color: #4835CC;
 }
 .AnyTagClassName
 {
   color: #4835CC;
 }
</style>

background-color css

<style>
 a { background-color: #4835CC; }

 a { background-color: rgb(72,53,204); }

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

border-color css

<style>
 span { border-color: #4835CC; }

 span { border-color: rgb(72,53,204); }

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