Html Css Color HEX #3510BB Purple Heart

📋 copy color: '#3510BB'

red 53 ◦ green 16 ◦ blue 187

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

Shades of Purple Heart #3510BB

Tints of Purple Heart #3510BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 73.05%

R = 20.7%
G = 6.25%
B = 73.05%

CMYK

 C value IS 0.72

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3510BB (or 0x3510BB) is known color: Purple Heart. HEX triplet: 35, 10 and BB. RGB value is (53,16,187). Sum of RGB (Red+Green+Blue) = 53+16+187=256 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.70% from 256); Green value is 16 (6.64% from 255 or 6.25% from 256); Blue value is 187 (73.44% from 255 or 73.05% from 256); Max value from RGB is 187 - color contains mainly: blue. Hex color #3510BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3510BB is #CAEF44. Grayscale: #2D2D2D. Windows color (decimal): -13299525 or 12259381. OLE color: 12259381.

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

Color convert

RGB 53 16 187 -
CMYK 0.72 0.91 0 0.27
HSL 252.98º 0.84% 0.4% -
HSV(B) 252.98º 0.91% 0.73% -
XYZ 10.62 4.72 47.36 -
YUV 46.56 207.26 132.6 -
System Red Green Blue C M Y K H S L
Decimal 53 16 187 0.72 0.91 0 0.27 252.98 0.84 0.4
Hex 35 10 BB 48 5B 0 1B FD 54 28
Octal 65 20 273 110 133 0 33 375 124 50
Binary 110101 10000 10111011 1001000 1011011 0 11011 11111101 1010100 101000

Color Harmonies of #3510BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3510BB

Black with #3510BB

Text Example


Text Example

White with #3510BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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