Html Css Color HEX #650375 Purple

📋 copy color: '#650375'

red 101 ◦ green 3 ◦ blue 117

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

Shades of Purple #650375

Tints of Purple #650375

RGB

 RED value IS 101 (39.84% from 255) = 45.7%

 GREEN value IS 3 (1.56% from 255) = 1.36%

 BLUE value IS 117 (46.09% from 255) = 52.94%

R = 45.7%
G = 1.36%
B = 52.94%

CMYK

 C value IS 0.14

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#650375 (or 0x650375) is known color: Purple. HEX triplet: 65, 03 and 75. RGB value is (101,3,117). Sum of RGB (Red+Green+Blue) = 101+3+117=221 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.70% from 221); Green value is 3 (1.56% from 255 or 1.36% from 221); Blue value is 117 (46.09% from 255 or 52.94% from 221); Max value from RGB is 117 - color contains mainly: blue. Hex color #650375 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650375 is #9AFC8A. Grayscale: #2C2C2C. Windows color (decimal): -10157195 or 7668581. OLE color: 7668581.

HSL color Cylindrical-coordinate representation of color #650375: hue angle of 291.58º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #650375 is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 101 3 117 -
CMYK 0.14 0.97 0 0.54
HSL 291.58º 0.95% 0.24% -
HSV(B) 291.58º 0.97% 0.46% -
XYZ 8.61 4.12 17.17 -
YUV 45.3 168.47 167.73 -
System Red Green Blue C M Y K H S L
Decimal 101 3 117 0.14 0.97 0 0.54 291.58 0.95 0.24
Hex 65 3 75 E 61 0 36 124 5F 18
Octal 145 3 165 16 141 0 66 444 137 30
Binary 1100101 11 1110101 1110 1100001 0 110110 100100100 1011111 11000

Color Harmonies of #650375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650375

Black with #650375

Text Example


Text Example

White with #650375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650375; }

 p { color: rgb(101,3,117); }

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

background-color css

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

 a { background-color: rgb(101,3,117); }

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

border-color css

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

 span { border-color: rgb(101,3,117); }

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