Html Css Color HEX #4835BC Purple Heart

📋 copy color: '#4835BC'

red 72 ◦ green 53 ◦ blue 188

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

Shades of Purple Heart #4835BC

Tints of Purple Heart #4835BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 60.06%

R = 23%
G = 16.93%
B = 60.06%

CMYK

 C value IS 0.62

 M value IS 0.72

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4835BC (or 0x4835BC) is known color: Purple Heart. HEX triplet: 48, 35 and BC. RGB value is (72,53,188). Sum of RGB (Red+Green+Blue) = 72+53+188=313 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.00% from 313); Green value is 53 (21.09% from 255 or 16.93% from 313); Blue value is 188 (73.83% from 255 or 60.06% from 313); Max value from RGB is 188 - color contains mainly: blue. Hex color #4835BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4835BC is #B7CA43. Grayscale: #494949. Windows color (decimal): -12044868 or 12334408. OLE color: 12334408.

HSL color Cylindrical-coordinate representation of color #4835BC: hue angle of 248.44º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4835BC is Cyan = 0.62, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 72 53 188 -
CMYK 0.62 0.72 0 0.26
HSL 248.44º 0.56% 0.47% -
HSV(B) 248.44º 0.72% 0.74% -
XYZ 13.02 7.55 48.35 -
YUV 74.07 192.29 126.52 -
System Red Green Blue C M Y K H S L
Decimal 72 53 188 0.62 0.72 0 0.26 248.44 0.56 0.47
Hex 48 35 BC 3E 48 0 1A F8 38 2F
Octal 110 65 274 76 110 0 32 370 70 57
Binary 1001000 110101 10111100 111110 1001000 0 11010 11111000 111000 101111

Color Harmonies of #4835BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4835BC

Black with #4835BC

Text Example


Text Example

White with #4835BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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