Html Css Color HEX #65076B Purple

📋 copy color: '#65076B'

red 101 ◦ green 7 ◦ blue 107

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

Shades of Purple #65076B

Tints of Purple #65076B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.26%

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

R = 46.98%
G = 3.26%
B = 49.77%

CMYK

 C value IS 0.06

 M value IS 0.93

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#65076B (or 0x65076B) is known color: Purple. HEX triplet: 65, 07 and 6B. RGB value is (101,7,107). Sum of RGB (Red+Green+Blue) = 101+7+107=215 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.98% from 215); Green value is 7 (3.12% from 255 or 3.26% from 215); Blue value is 107 (42.19% from 255 or 49.77% from 215); Max value from RGB is 107 - color contains mainly: blue. Hex color #65076B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65076B is #9AF894. Grayscale: #2E2E2E. Windows color (decimal): -10156181 or 7014245. OLE color: 7014245.

HSL color Cylindrical-coordinate representation of color #65076B: hue angle of 296.4º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #65076B is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 101 7 107 -
CMYK 0.06 0.93 0 0.58
HSL 296.4º 0.88% 0.22% -
HSV(B) 296.4º 0.93% 0.42% -
XYZ 8.1 3.98 14.25 -
YUV 46.51 162.14 166.87 -
System Red Green Blue C M Y K H S L
Decimal 101 7 107 0.06 0.93 0 0.58 296.4 0.88 0.22
Hex 65 7 6B 6 5D 0 3A 128 58 16
Octal 145 7 153 6 135 0 72 450 130 26
Binary 1100101 111 1101011 110 1011101 0 111010 100101000 1011000 10110

Color Harmonies of #65076B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65076B

Black with #65076B

Text Example


Text Example

White with #65076B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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