Html Css Color HEX #65096B Purple

📋 copy color: '#65096B'

red 101 ◦ green 9 ◦ blue 107

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

Shades of Purple #65096B

Tints of Purple #65096B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 49.31%

R = 46.54%
G = 4.15%
B = 49.31%

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

#65096B (or 0x65096B) is known color: Purple. HEX triplet: 65, 09 and 6B. RGB value is (101,9,107). Sum of RGB (Red+Green+Blue) = 101+9+107=217 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.54% from 217); Green value is 9 (3.91% from 255 or 4.15% from 217); Blue value is 107 (42.19% from 255 or 49.31% from 217); Max value from RGB is 107 - color contains mainly: blue. Hex color #65096B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65096B is #9AF694. Grayscale: #2F2F2F. Windows color (decimal): -10155669 or 7014757. OLE color: 7014757.

HSL color Cylindrical-coordinate representation of color #65096B: hue angle of 296.33º degrees, saturation: 0.84, 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 #65096B is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 101 9 107 -
CMYK 0.06 0.92 0 0.58
HSL 296.33º 0.84% 0.23% -
HSV(B) 296.33º 0.92% 0.42% -
XYZ 8.12 4.02 14.26 -
YUV 47.68 161.48 166.03 -
System Red Green Blue C M Y K H S L
Decimal 101 9 107 0.06 0.92 0 0.58 296.33 0.84 0.23
Hex 65 9 6B 6 5C 0 3A 128 54 17
Octal 145 11 153 6 134 0 72 450 124 27
Binary 1100101 1001 1101011 110 1011100 0 111010 100101000 1010100 10111

Color Harmonies of #65096B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65096B

Black with #65096B

Text Example


Text Example

White with #65096B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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