Html Css Color HEX #4835CB Purple Heart

📋 copy color: '#4835CB'

red 72 ◦ green 53 ◦ blue 203

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

Shades of Purple Heart #4835CB

Tints of Purple Heart #4835CB

RGB

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

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

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

R = 21.95%
G = 16.16%
B = 61.89%

CMYK

 C value IS 0.65

 M value IS 0.74

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4835CB (or 0x4835CB) is known color: Purple Heart. HEX triplet: 48, 35 and CB. RGB value is (72,53,203). Sum of RGB (Red+Green+Blue) = 72+53+203=328 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.95% from 328); Green value is 53 (21.09% from 255 or 16.16% from 328); Blue value is 203 (79.69% from 255 or 61.89% from 328); Max value from RGB is 203 - color contains mainly: blue. Hex color #4835CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4835CB is #B7CA34. Grayscale: #4B4B4B. Windows color (decimal): -12044853 or 13317448. OLE color: 13317448.

HSL color Cylindrical-coordinate representation of color #4835CB: hue angle of 247.6º degrees, saturation: 0.59, 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 #4835CB is Cyan = 0.65, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 72 53 203 -
CMYK 0.65 0.74 0 0.20
HSL 247.6º 0.59% 0.5% -
HSV(B) 247.6º 0.74% 0.8% -
XYZ 14.73 8.24 57.31 -
YUV 75.78 199.79 125.3 -
System Red Green Blue C M Y K H S L
Decimal 72 53 203 0.65 0.74 0 0.20 247.6 0.59 0.5
Hex 48 35 CB 41 4A 0 14 F8 3B 32
Octal 110 65 313 101 112 0 24 370 73 62
Binary 1001000 110101 11001011 1000001 1001010 0 10100 11111000 111011 110010

Color Harmonies of #4835CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4835CB

Black with #4835CB

Text Example


Text Example

White with #4835CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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