Html Css Color HEX #350DBF Purple Heart

📋 copy color: '#350DBF'

red 53 ◦ green 13 ◦ blue 191

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

Shades of Purple Heart #350DBF

Tints of Purple Heart #350DBF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.06%

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

R = 20.62%
G = 5.06%
B = 74.32%

CMYK

 C value IS 0.72

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#350DBF (or 0x350DBF) is known color: Purple Heart. HEX triplet: 35, 0D and BF. RGB value is (53,13,191). Sum of RGB (Red+Green+Blue) = 53+13+191=257 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.62% from 257); Green value is 13 (5.47% from 255 or 5.06% from 257); Blue value is 191 (75% from 255 or 74.32% from 257); Max value from RGB is 191 - color contains mainly: blue. Hex color #350DBF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #350DBF is #CAF240. Grayscale: #2C2C2C. Windows color (decimal): -13300289 or 12520757. OLE color: 12520757.

HSL color Cylindrical-coordinate representation of color #350DBF: hue angle of 253.48º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #350DBF is Cyan = 0.72, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 53 13 191 -
CMYK 0.72 0.93 0 0.25
HSL 253.48º 0.87% 0.4% -
HSV(B) 253.48º 0.93% 0.75% -
XYZ 11.02 4.81 49.64 -
YUV 45.25 210.25 133.53 -
System Red Green Blue C M Y K H S L
Decimal 53 13 191 0.72 0.93 0 0.25 253.48 0.87 0.4
Hex 35 D BF 48 5D 0 19 FD 57 28
Octal 65 15 277 110 135 0 31 375 127 50
Binary 110101 1101 10111111 1001000 1011101 0 11001 11111101 1010111 101000

Color Harmonies of #350DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350DBF

Black with #350DBF

Text Example


Text Example

White with #350DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350DBF; }

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

 H1.HeaderClassName
 {
   color: #350DBF;
 }
 .AnyTagClassName
 {
   color: #350DBF;
 }
</style>

background-color css

<style>
 a { background-color: #350DBF; }

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

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

border-color css

<style>
 span { border-color: #350DBF; }

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

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