Html Css Color HEX #650F6E Palatinate Purple

📋 copy color: '#650F6E'

red 101 ◦ green 15 ◦ blue 110

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

Shades of Palatinate Purple #650F6E

Tints of Palatinate Purple #650F6E

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.64%

 BLUE value IS 110 (43.36% from 255) = 48.67%

R = 44.69%
G = 6.64%
B = 48.67%

CMYK

 C value IS 0.08

 M value IS 0.86

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#650F6E (or 0x650F6E) is known color: Palatinate Purple. HEX triplet: 65, 0F and 6E. RGB value is (101,15,110). Sum of RGB (Red+Green+Blue) = 101+15+110=226 (29% of max value = 765). Red value is 101 (39.84% from 255 or 44.69% from 226); Green value is 15 (6.25% from 255 or 6.64% from 226); Blue value is 110 (43.36% from 255 or 48.67% from 226); Max value from RGB is 110 - color contains mainly: blue. Hex color #650F6E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650F6E is #9AF091. Grayscale: #333333. Windows color (decimal): -10154130 or 7212901. OLE color: 7212901.

HSL color Cylindrical-coordinate representation of color #650F6E: hue angle of 294.32º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #650F6E is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 101 15 110 -
CMYK 0.08 0.86 0 0.57
HSL 294.32º 0.76% 0.25% -
HSV(B) 294.32º 0.86% 0.43% -
XYZ 8.35 4.23 15.13 -
YUV 51.54 160.99 163.28 -
System Red Green Blue C M Y K H S L
Decimal 101 15 110 0.08 0.86 0 0.57 294.32 0.76 0.25
Hex 65 F 6E 8 56 0 39 126 4C 19
Octal 145 17 156 10 126 0 71 446 114 31
Binary 1100101 1111 1101110 1000 1010110 0 111001 100100110 1001100 11001

Color Harmonies of #650F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650F6E

Black with #650F6E

Text Example


Text Example

White with #650F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650F6E; }

 p { color: rgb(101,15,110); }

 H1.HeaderClassName
 {
   color: #650F6E;
 }
 .AnyTagClassName
 {
   color: #650F6E;
 }
</style>

background-color css

<style>
 a { background-color: #650F6E; }

 a { background-color: rgb(101,15,110); }

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

border-color css

<style>
 span { border-color: #650F6E; }

 span { border-color: rgb(101,15,110); }

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