Html Css Color HEX #5035D6 Purple Heart

📋 copy color: '#5035D6'

red 80 ◦ green 53 ◦ blue 214

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

Shades of Purple Heart #5035D6

Tints of Purple Heart #5035D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 61.67%

R = 23.05%
G = 15.27%
B = 61.67%

CMYK

 C value IS 0.63

 M value IS 0.75

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5035D6 (or 0x5035D6) is known color: Purple Heart. HEX triplet: 50, 35 and D6. RGB value is (80,53,214). Sum of RGB (Red+Green+Blue) = 80+53+214=347 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.05% from 347); Green value is 53 (21.09% from 255 or 15.27% from 347); Blue value is 214 (83.98% from 255 or 61.67% from 347); Max value from RGB is 214 - color contains mainly: blue. Hex color #5035D6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5035D6 is #AFCA29. Grayscale: #4E4E4E. Windows color (decimal): -11520554 or 14038352. OLE color: 14038352.

HSL color Cylindrical-coordinate representation of color #5035D6: hue angle of 250.06º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5035D6 is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 80 53 214 -
CMYK 0.63 0.75 0 0.16
HSL 250.06º 0.66% 0.52% -
HSV(B) 250.06º 0.75% 0.84% -
XYZ 16.72 9.11 64.49 -
YUV 79.43 203.95 128.41 -
System Red Green Blue C M Y K H S L
Decimal 80 53 214 0.63 0.75 0 0.16 250.06 0.66 0.52
Hex 50 35 D6 3F 4B 0 10 FA 42 34
Octal 120 65 326 77 113 0 20 372 102 64
Binary 1010000 110101 11010110 111111 1001011 0 10000 11111010 1000010 110100

Color Harmonies of #5035D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5035D6

Black with #5035D6

Text Example


Text Example

White with #5035D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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