Html Css Color HEX #3510BD Purple Heart

📋 copy color: '#3510BD'

red 53 ◦ green 16 ◦ blue 189

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

Shades of Purple Heart #3510BD

Tints of Purple Heart #3510BD

RGB

 RED value IS 53 (21.09% from 255) = 20.54%

 GREEN value IS 16 (6.64% from 255) = 6.2%

 BLUE value IS 189 (74.22% from 255) = 73.26%

R = 20.54%
G = 6.2%
B = 73.26%

CMYK

 C value IS 0.72

 M value IS 0.92

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3510BD (or 0x3510BD) is known color: Purple Heart. HEX triplet: 35, 10 and BD. RGB value is (53,16,189). Sum of RGB (Red+Green+Blue) = 53+16+189=258 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.54% from 258); Green value is 16 (6.64% from 255 or 6.20% from 258); Blue value is 189 (74.22% from 255 or 73.26% from 258); Max value from RGB is 189 - color contains mainly: blue. Hex color #3510BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3510BD is #CAEF42. Grayscale: #2E2E2E. Windows color (decimal): -13299523 or 12390453. OLE color: 12390453.

HSL color Cylindrical-coordinate representation of color #3510BD: hue angle of 252.83º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3510BD is Cyan = 0.72, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 53 16 189 -
CMYK 0.72 0.92 0 0.26
HSL 252.83º 0.84% 0.4% -
HSV(B) 252.83º 0.92% 0.74% -
XYZ 10.84 4.8 48.5 -
YUV 46.79 208.26 132.43 -
System Red Green Blue C M Y K H S L
Decimal 53 16 189 0.72 0.92 0 0.26 252.83 0.84 0.4
Hex 35 10 BD 48 5C 0 1A FD 54 28
Octal 65 20 275 110 134 0 32 375 124 50
Binary 110101 10000 10111101 1001000 1011100 0 11010 11111101 1010100 101000

Color Harmonies of #3510BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3510BD

Black with #3510BD

Text Example


Text Example

White with #3510BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3510BD; }

 p { color: rgb(53,16,189); }

 H1.HeaderClassName
 {
   color: #3510BD;
 }
 .AnyTagClassName
 {
   color: #3510BD;
 }
</style>

background-color css

<style>
 a { background-color: #3510BD; }

 a { background-color: rgb(53,16,189); }

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

border-color css

<style>
 span { border-color: #3510BD; }

 span { border-color: rgb(53,16,189); }

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