Html Css Color HEX #650D67 Palatinate Purple

📋 copy color: '#650D67'

red 101 ◦ green 13 ◦ blue 103

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

Shades of Palatinate Purple #650D67

Tints of Palatinate Purple #650D67

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.99%

 BLUE value IS 103 (40.63% from 255) = 47.47%

R = 46.54%
G = 5.99%
B = 47.47%

CMYK

 C value IS 0.02

 M value IS 0.87

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#650D67 (or 0x650D67) is known color: Palatinate Purple. HEX triplet: 65, 0D and 67. RGB value is (101,13,103). Sum of RGB (Red+Green+Blue) = 101+13+103=217 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.54% from 217); Green value is 13 (5.47% from 255 or 5.99% from 217); Blue value is 103 (40.62% from 255 or 47.47% from 217); Max value from RGB is 103 - color contains mainly: blue. Hex color #650D67 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650D67 is #9AF298. Grayscale: #313131. Windows color (decimal): -10154649 or 6753637. OLE color: 6753637.

HSL color Cylindrical-coordinate representation of color #650D67: hue angle of 298.67º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #650D67 is Cyan = 0.02, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 13 103 -
CMYK 0.02 0.87 0 0.60
HSL 298.67º 0.78% 0.23% -
HSV(B) 298.67º 0.87% 0.4% -
XYZ 7.96 4.03 13.19 -
YUV 49.57 158.15 164.68 -
System Red Green Blue C M Y K H S L
Decimal 101 13 103 0.02 0.87 0 0.60 298.67 0.78 0.23
Hex 65 D 67 2 57 0 3C 12B 4E 17
Octal 145 15 147 2 127 0 74 453 116 27
Binary 1100101 1101 1100111 10 1010111 0 111100 100101011 1001110 10111

Color Harmonies of #650D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650D67

Black with #650D67

Text Example


Text Example

White with #650D67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,13,103); }

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

background-color css

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

 a { background-color: rgb(101,13,103); }

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

border-color css

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

 span { border-color: rgb(101,13,103); }

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