Html Css Color HEX #650365 Purple

📋 copy color: '#650365'

red 101 ◦ green 3 ◦ blue 101

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

Shades of Purple #650365

Tints of Purple #650365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 49.27%

R = 49.27%
G = 1.46%
B = 49.27%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#650365 (or 0x650365) is known color: Purple. HEX triplet: 65, 03 and 65. RGB value is (101,3,101). Sum of RGB (Red+Green+Blue) = 101+3+101=205 (27% of max value = 765). Red value is 101 (39.84% from 255 or 49.27% from 205); Green value is 3 (1.56% from 255 or 1.46% from 205); Blue value is 101 (39.84% from 255 or 49.27% from 205); Max value from RGB is 101 - color contains mainly: red, blue. Hex color #650365 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650365 is #9AFC9A. Grayscale: #2B2B2B. Windows color (decimal): -10157211 or 6620005. OLE color: 6620005.

HSL color Cylindrical-coordinate representation of color #650365: hue angle of 300º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #650365 is Cyan = 0, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 3 101 -
CMYK 0 0.97 0 0.60
HSL 300º 0.94% 0.2% -
HSV(B) 300º 0.97% 0.4% -
XYZ 7.75 3.77 12.63 -
YUV 43.47 160.47 169.03 -
System Red Green Blue C M Y K H S L
Decimal 101 3 101 0 0.97 0 0.60 300 0.94 0.2
Hex 65 3 65 0 61 0 3C 12C 5E 14
Octal 145 3 145 0 141 0 74 454 136 24
Binary 1100101 11 1100101 0 1100001 0 111100 100101100 1011110 10100

Color Harmonies of #650365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650365

Black with #650365

Text Example


Text Example

White with #650365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650365; }

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

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

background-color css

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

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

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

border-color css

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

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

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