Html Css Color HEX #65125A Palatinate Purple

📋 copy color: '#65125A'

red 101 ◦ green 18 ◦ blue 90

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

Shades of Palatinate Purple #65125A

Tints of Palatinate Purple #65125A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.61%

 BLUE value IS 90 (35.55% from 255) = 43.06%

R = 48.33%
G = 8.61%
B = 43.06%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.11

 K value IS 0.60

RGB Variations

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

Color information

#65125A (or 0x65125A) is known color: Palatinate Purple. HEX triplet: 65, 12 and 5A. RGB value is (101,18,90). Sum of RGB (Red+Green+Blue) = 101+18+90=209 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.33% from 209); Green value is 18 (7.42% from 255 or 8.61% from 209); Blue value is 90 (35.55% from 255 or 43.06% from 209); Max value from RGB is 101 - color contains mainly: red. Hex color #65125A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65125A is #9AEDA5. Grayscale: #323232. Windows color (decimal): -10153382 or 5902949. OLE color: 5902949.

HSL color Cylindrical-coordinate representation of color #65125A: hue angle of 307.95º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #65125A is Cyan = 0, Magento = 0.82, Yellow = 0.11 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 18 90 -
CMYK 0 0.82 0.11 0.60
HSL 307.95º 0.7% 0.23% -
HSV(B) 307.95º 0.82% 0.4% -
XYZ 7.43 3.94 10.04 -
YUV 51.03 150 163.65 -
System Red Green Blue C M Y K H S L
Decimal 101 18 90 0 0.82 0.11 0.60 307.95 0.7 0.23
Hex 65 12 5A 0 52 B 3C 134 46 17
Octal 145 22 132 0 122 13 74 464 106 27
Binary 1100101 10010 1011010 0 1010010 1011 111100 100110100 1000110 10111

Color Harmonies of #65125A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65125A

Black with #65125A

Text Example


Text Example

White with #65125A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,18,90); }

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

background-color css

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

 a { background-color: rgb(101,18,90); }

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

border-color css

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

 span { border-color: rgb(101,18,90); }

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