Html Css Color HEX #65075E Palatinate Purple

📋 copy color: '#65075E'

red 101 ◦ green 7 ◦ blue 94

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

Shades of Palatinate Purple #65075E

Tints of Palatinate Purple #65075E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 46.53%

R = 50%
G = 3.47%
B = 46.53%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.07

 K value IS 0.60

RGB Variations

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

Color information

#65075E (or 0x65075E) is known color: Palatinate Purple. HEX triplet: 65, 07 and 5E. RGB value is (101,7,94). Sum of RGB (Red+Green+Blue) = 101+7+94=202 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50% from 202); Green value is 7 (3.12% from 255 or 3.47% from 202); Blue value is 94 (37.11% from 255 or 46.53% from 202); Max value from RGB is 101 - color contains mainly: red. Hex color #65075E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65075E is #9AF8A1. Grayscale: #2C2C2C. Windows color (decimal): -10156194 or 6162277. OLE color: 6162277.

HSL color Cylindrical-coordinate representation of color #65075E: hue angle of 304.47º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #65075E is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 7 94 -
CMYK 0 0.93 0.07 0.60
HSL 304.47º 0.87% 0.21% -
HSV(B) 304.47º 0.93% 0.4% -
XYZ 7.46 3.73 10.92 -
YUV 45.02 155.64 167.93 -
System Red Green Blue C M Y K H S L
Decimal 101 7 94 0 0.93 0.07 0.60 304.47 0.87 0.21
Hex 65 7 5E 0 5D 7 3C 130 57 15
Octal 145 7 136 0 135 7 74 460 127 25
Binary 1100101 111 1011110 0 1011101 111 111100 100110000 1010111 10101

Color Harmonies of #65075E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65075E

Black with #65075E

Text Example


Text Example

White with #65075E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65075E; }

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

 H1.HeaderClassName
 {
   color: #65075E;
 }
 .AnyTagClassName
 {
   color: #65075E;
 }
</style>

background-color css

<style>
 a { background-color: #65075E; }

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

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

border-color css

<style>
 span { border-color: #65075E; }

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

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