Html Css Color HEX #65097A Purple

📋 copy color: '#65097A'

red 101 ◦ green 9 ◦ blue 122

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

Shades of Purple #65097A

Tints of Purple #65097A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 52.59%

R = 43.53%
G = 3.88%
B = 52.59%

CMYK

 C value IS 0.17

 M value IS 0.93

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#65097A (or 0x65097A) is known color: Purple. HEX triplet: 65, 09 and 7A. RGB value is (101,9,122). Sum of RGB (Red+Green+Blue) = 101+9+122=232 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.53% from 232); Green value is 9 (3.91% from 255 or 3.88% from 232); Blue value is 122 (48.05% from 255 or 52.59% from 232); Max value from RGB is 122 - color contains mainly: blue. Hex color #65097A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65097A is #9AF685. Grayscale: #313131. Windows color (decimal): -10155654 or 7997797. OLE color: 7997797.

HSL color Cylindrical-coordinate representation of color #65097A: hue angle of 288.85º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #65097A is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 101 9 122 -
CMYK 0.17 0.93 0 0.52
HSL 288.85º 0.86% 0.26% -
HSV(B) 288.85º 0.93% 0.48% -
XYZ 8.98 4.37 18.78 -
YUV 49.39 168.98 164.81 -
System Red Green Blue C M Y K H S L
Decimal 101 9 122 0.17 0.93 0 0.52 288.85 0.86 0.26
Hex 65 9 7A 11 5D 0 34 121 56 1A
Octal 145 11 172 21 135 0 64 441 126 32
Binary 1100101 1001 1111010 10001 1011101 0 110100 100100001 1010110 11010

Color Harmonies of #65097A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65097A

Black with #65097A

Text Example


Text Example

White with #65097A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65097A; }

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

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

background-color css

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

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

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

border-color css

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

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

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