Html Css Color HEX #65096D Purple

📋 copy color: '#65096D'

red 101 ◦ green 9 ◦ blue 109

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

Shades of Purple #65096D

Tints of Purple #65096D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.11%

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

R = 46.12%
G = 4.11%
B = 49.77%

CMYK

 C value IS 0.07

 M value IS 0.92

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#65096D (or 0x65096D) is known color: Purple. HEX triplet: 65, 09 and 6D. RGB value is (101,9,109). Sum of RGB (Red+Green+Blue) = 101+9+109=219 (29% of max value = 765). Red value is 101 (39.84% from 255 or 46.12% from 219); Green value is 9 (3.91% from 255 or 4.11% from 219); Blue value is 109 (42.97% from 255 or 49.77% from 219); Max value from RGB is 109 - color contains mainly: blue. Hex color #65096D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65096D is #9AF692. Grayscale: #2F2F2F. Windows color (decimal): -10155667 or 7145829. OLE color: 7145829.

HSL color Cylindrical-coordinate representation of color #65096D: hue angle of 295.2º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #65096D is Cyan = 0.07, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 101 9 109 -
CMYK 0.07 0.92 0 0.57
HSL 295.2º 0.85% 0.23% -
HSV(B) 295.2º 0.92% 0.43% -
XYZ 8.22 4.07 14.82 -
YUV 47.91 162.48 165.87 -
System Red Green Blue C M Y K H S L
Decimal 101 9 109 0.07 0.92 0 0.57 295.2 0.85 0.23
Hex 65 9 6D 7 5C 0 39 127 55 17
Octal 145 11 155 7 134 0 71 447 125 27
Binary 1100101 1001 1101101 111 1011100 0 111001 100100111 1010101 10111

Color Harmonies of #65096D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65096D

Black with #65096D

Text Example


Text Example

White with #65096D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65096D; }

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

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

background-color css

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

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

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

border-color css

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

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

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