Html Css Color HEX #4835CA Purple Heart

📋 copy color: '#4835CA'

red 72 ◦ green 53 ◦ blue 202

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

Shades of Purple Heart #4835CA

Tints of Purple Heart #4835CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 61.77%

R = 22.02%
G = 16.21%
B = 61.77%

CMYK

 C value IS 0.64

 M value IS 0.74

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4835CA (or 0x4835CA) is known color: Purple Heart. HEX triplet: 48, 35 and CA. RGB value is (72,53,202). Sum of RGB (Red+Green+Blue) = 72+53+202=327 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.02% from 327); Green value is 53 (21.09% from 255 or 16.21% from 327); Blue value is 202 (79.30% from 255 or 61.77% from 327); Max value from RGB is 202 - color contains mainly: blue. Hex color #4835CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4835CA is #B7CA35. Grayscale: #4B4B4B. Windows color (decimal): -12044854 or 13251912. OLE color: 13251912.

HSL color Cylindrical-coordinate representation of color #4835CA: hue angle of 247.65º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4835CA is Cyan = 0.64, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 72 53 202 -
CMYK 0.64 0.74 0 0.21
HSL 247.65º 0.58% 0.5% -
HSV(B) 247.65º 0.74% 0.79% -
XYZ 14.61 8.19 56.69 -
YUV 75.67 199.29 125.38 -
System Red Green Blue C M Y K H S L
Decimal 72 53 202 0.64 0.74 0 0.21 247.65 0.58 0.5
Hex 48 35 CA 40 4A 0 15 F8 3A 32
Octal 110 65 312 100 112 0 25 370 72 62
Binary 1001000 110101 11001010 1000000 1001010 0 10101 11111000 111010 110010

Color Harmonies of #4835CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4835CA

Black with #4835CA

Text Example


Text Example

White with #4835CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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