Html Css Color HEX #5035CB Purple Heart

📋 copy color: '#5035CB'

red 80 ◦ green 53 ◦ blue 203

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

Shades of Purple Heart #5035CB

Tints of Purple Heart #5035CB

RGB

 RED value IS 80 (31.64% from 255) = 23.81%

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

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

R = 23.81%
G = 15.77%
B = 60.42%

CMYK

 C value IS 0.61

 M value IS 0.74

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5035CB (or 0x5035CB) is known color: Purple Heart. HEX triplet: 50, 35 and CB. RGB value is (80,53,203). Sum of RGB (Red+Green+Blue) = 80+53+203=336 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.81% from 336); Green value is 53 (21.09% from 255 or 15.77% from 336); Blue value is 203 (79.69% from 255 or 60.42% from 336); Max value from RGB is 203 - color contains mainly: blue. Hex color #5035CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5035CB is #AFCA34. Grayscale: #4D4D4D. Windows color (decimal): -11520565 or 13317456. OLE color: 13317456.

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

Color convert

RGB 80 53 203 -
CMYK 0.61 0.74 0 0.20
HSL 250.8º 0.59% 0.5% -
HSV(B) 250.8º 0.74% 0.8% -
XYZ 15.36 8.56 57.34 -
YUV 78.17 198.45 129.3 -
System Red Green Blue C M Y K H S L
Decimal 80 53 203 0.61 0.74 0 0.20 250.8 0.59 0.5
Hex 50 35 CB 3D 4A 0 14 FB 3B 32
Octal 120 65 313 75 112 0 24 373 73 62
Binary 1010000 110101 11001011 111101 1001010 0 10100 11111011 111011 110010

Color Harmonies of #5035CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5035CB

Black with #5035CB

Text Example


Text Example

White with #5035CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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