Html Css Color HEX #65096C Purple

📋 copy color: '#65096C'

red 101 ◦ green 9 ◦ blue 108

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

Shades of Purple #65096C

Tints of Purple #65096C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 49.54%

R = 46.33%
G = 4.13%
B = 49.54%

CMYK

 C value IS 0.06

 M value IS 0.92

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#65096C (or 0x65096C) is known color: Purple. HEX triplet: 65, 09 and 6C. RGB value is (101,9,108). Sum of RGB (Red+Green+Blue) = 101+9+108=218 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.33% from 218); Green value is 9 (3.91% from 255 or 4.13% from 218); Blue value is 108 (42.58% from 255 or 49.54% from 218); Max value from RGB is 108 - color contains mainly: blue. Hex color #65096C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65096C is #9AF693. Grayscale: #2F2F2F. Windows color (decimal): -10155668 or 7080293. OLE color: 7080293.

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

Color convert

RGB 101 9 108 -
CMYK 0.06 0.92 0 0.58
HSL 295.76º 0.85% 0.23% -
HSV(B) 295.76º 0.92% 0.42% -
XYZ 8.17 4.04 14.54 -
YUV 47.79 161.98 165.95 -
System Red Green Blue C M Y K H S L
Decimal 101 9 108 0.06 0.92 0 0.58 295.76 0.85 0.23
Hex 65 9 6C 6 5C 0 3A 128 55 17
Octal 145 11 154 6 134 0 72 450 125 27
Binary 1100101 1001 1101100 110 1011100 0 111010 100101000 1010101 10111

Color Harmonies of #65096C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65096C

Black with #65096C

Text Example


Text Example

White with #65096C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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