Html Css Color HEX #650B6D Purple

📋 copy color: '#650B6D'

red 101 ◦ green 11 ◦ blue 109

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

Shades of Purple #650B6D

Tints of Purple #650B6D

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.98%

 BLUE value IS 109 (42.97% from 255) = 49.32%

R = 45.7%
G = 4.98%
B = 49.32%

CMYK

 C value IS 0.07

 M value IS 0.90

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#650B6D (or 0x650B6D) is known color: Purple. HEX triplet: 65, 0B and 6D. RGB value is (101,11,109). Sum of RGB (Red+Green+Blue) = 101+11+109=221 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.70% from 221); Green value is 11 (4.69% from 255 or 4.98% from 221); Blue value is 109 (42.97% from 255 or 49.32% from 221); Max value from RGB is 109 - color contains mainly: blue. Hex color #650B6D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650B6D is #9AF492. Grayscale: #303030. Windows color (decimal): -10155155 or 7146341. OLE color: 7146341.

HSL color Cylindrical-coordinate representation of color #650B6D: hue angle of 295.1º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #650B6D is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 101 11 109 -
CMYK 0.07 0.90 0 0.57
HSL 295.1º 0.82% 0.24% -
HSV(B) 295.1º 0.9% 0.43% -
XYZ 8.25 4.11 14.83 -
YUV 49.08 161.82 165.03 -
System Red Green Blue C M Y K H S L
Decimal 101 11 109 0.07 0.90 0 0.57 295.1 0.82 0.24
Hex 65 B 6D 7 5A 0 39 127 52 18
Octal 145 13 155 7 132 0 71 447 122 30
Binary 1100101 1011 1101101 111 1011010 0 111001 100100111 1010010 11000

Color Harmonies of #650B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650B6D

Black with #650B6D

Text Example


Text Example

White with #650B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650B6D; }

 p { color: rgb(101,11,109); }

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

background-color css

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

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

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

border-color css

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

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

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