Html Css Color HEX #3510BC Purple Heart

📋 copy color: '#3510BC'

red 53 ◦ green 16 ◦ blue 188

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

Shades of Purple Heart #3510BC

Tints of Purple Heart #3510BC

RGB

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

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

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

R = 20.62%
G = 6.23%
B = 73.15%

CMYK

 C value IS 0.72

 M value IS 0.91

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3510BC (or 0x3510BC) is known color: Purple Heart. HEX triplet: 35, 10 and BC. RGB value is (53,16,188). Sum of RGB (Red+Green+Blue) = 53+16+188=257 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.62% from 257); Green value is 16 (6.64% from 255 or 6.23% from 257); Blue value is 188 (73.83% from 255 or 73.15% from 257); Max value from RGB is 188 - color contains mainly: blue. Hex color #3510BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3510BC is #CAEF43. Grayscale: #2E2E2E. Windows color (decimal): -13299524 or 12324917. OLE color: 12324917.

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

Color convert

RGB 53 16 188 -
CMYK 0.72 0.91 0 0.26
HSL 252.91º 0.84% 0.4% -
HSV(B) 252.91º 0.91% 0.74% -
XYZ 10.73 4.76 47.93 -
YUV 46.67 207.76 132.51 -
System Red Green Blue C M Y K H S L
Decimal 53 16 188 0.72 0.91 0 0.26 252.91 0.84 0.4
Hex 35 10 BC 48 5B 0 1A FD 54 28
Octal 65 20 274 110 133 0 32 375 124 50
Binary 110101 10000 10111100 1001000 1011011 0 11010 11111101 1010100 101000

Color Harmonies of #3510BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3510BC

Black with #3510BC

Text Example


Text Example

White with #3510BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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