Html Css Color HEX #3510BF Purple Heart

📋 copy color: '#3510BF'

red 53 ◦ green 16 ◦ blue 191

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

Shades of Purple Heart #3510BF

Tints of Purple Heart #3510BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 73.46%

R = 20.38%
G = 6.15%
B = 73.46%

CMYK

 C value IS 0.72

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3510BF (or 0x3510BF) is known color: Purple Heart. HEX triplet: 35, 10 and BF. RGB value is (53,16,191). Sum of RGB (Red+Green+Blue) = 53+16+191=260 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.38% from 260); Green value is 16 (6.64% from 255 or 6.15% from 260); Blue value is 191 (75% from 255 or 73.46% from 260); Max value from RGB is 191 - color contains mainly: blue. Hex color #3510BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3510BF is #CAEF40. Grayscale: #2E2E2E. Windows color (decimal): -13299521 or 12521525. OLE color: 12521525.

HSL color Cylindrical-coordinate representation of color #3510BF: hue angle of 252.69º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3510BF is Cyan = 0.72, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 53 16 191 -
CMYK 0.72 0.92 0 0.25
HSL 252.69º 0.85% 0.41% -
HSV(B) 252.69º 0.92% 0.75% -
XYZ 11.06 4.89 49.65 -
YUV 47.01 209.26 132.27 -
System Red Green Blue C M Y K H S L
Decimal 53 16 191 0.72 0.92 0 0.25 252.69 0.85 0.41
Hex 35 10 BF 48 5C 0 19 FD 55 29
Octal 65 20 277 110 134 0 31 375 125 51
Binary 110101 10000 10111111 1001000 1011100 0 11001 11111101 1010101 101001

Color Harmonies of #3510BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3510BF

Black with #3510BF

Text Example


Text Example

White with #3510BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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