Html Css Color HEX #350FC3 Purple Heart

📋 copy color: '#350FC3'

red 53 ◦ green 15 ◦ blue 195

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

Shades of Purple Heart #350FC3

Tints of Purple Heart #350FC3

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.7%

 BLUE value IS 195 (76.56% from 255) = 74.14%

R = 20.15%
G = 5.7%
B = 74.14%

CMYK

 C value IS 0.73

 M value IS 0.92

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#350FC3 (or 0x350FC3) is known color: Purple Heart. HEX triplet: 35, 0F and C3. RGB value is (53,15,195). Sum of RGB (Red+Green+Blue) = 53+15+195=263 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.15% from 263); Green value is 15 (6.25% from 255 or 5.70% from 263); Blue value is 195 (76.56% from 255 or 74.14% from 263); Max value from RGB is 195 - color contains mainly: blue. Hex color #350FC3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #350FC3 is #CAF03C. Grayscale: #2E2E2E. Windows color (decimal): -13299773 or 12783413. OLE color: 12783413.

HSL color Cylindrical-coordinate representation of color #350FC3: hue angle of 252.67º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #350FC3 is Cyan = 0.73, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 53 15 195 -
CMYK 0.73 0.92 0 0.24
HSL 252.67º 0.86% 0.41% -
HSV(B) 252.67º 0.92% 0.76% -
XYZ 11.49 5.04 52 -
YUV 46.88 211.59 132.36 -
System Red Green Blue C M Y K H S L
Decimal 53 15 195 0.73 0.92 0 0.24 252.67 0.86 0.41
Hex 35 F C3 49 5C 0 18 FD 56 29
Octal 65 17 303 111 134 0 30 375 126 51
Binary 110101 1111 11000011 1001001 1011100 0 11000 11111101 1010110 101001

Color Harmonies of #350FC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350FC3

Black with #350FC3

Text Example


Text Example

White with #350FC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,15,195); }

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

background-color css

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

 a { background-color: rgb(53,15,195); }

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

border-color css

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

 span { border-color: rgb(53,15,195); }

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