Html Css Color HEX #65036C Purple

📋 copy color: '#65036C'

red 101 ◦ green 3 ◦ blue 108

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

Shades of Purple #65036C

Tints of Purple #65036C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.42%

 BLUE value IS 108 (42.58% from 255) = 50.94%

R = 47.64%
G = 1.42%
B = 50.94%

CMYK

 C value IS 0.06

 M value IS 0.97

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#65036C (or 0x65036C) is known color: Purple. HEX triplet: 65, 03 and 6C. RGB value is (101,3,108). Sum of RGB (Red+Green+Blue) = 101+3+108=212 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.64% from 212); Green value is 3 (1.56% from 255 or 1.42% from 212); Blue value is 108 (42.58% from 255 or 50.94% from 212); Max value from RGB is 108 - color contains mainly: blue. Hex color #65036C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65036C is #9AFC93. Grayscale: #2B2B2B. Windows color (decimal): -10157204 or 7078757. OLE color: 7078757.

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

Color convert

RGB 101 3 108 -
CMYK 0.06 0.97 0 0.58
HSL 296º 0.95% 0.22% -
HSV(B) 296º 0.97% 0.42% -
XYZ 8.11 3.91 14.52 -
YUV 44.27 163.97 168.46 -
System Red Green Blue C M Y K H S L
Decimal 101 3 108 0.06 0.97 0 0.58 296 0.95 0.22
Hex 65 3 6C 6 61 0 3A 128 5F 16
Octal 145 3 154 6 141 0 72 450 137 26
Binary 1100101 11 1101100 110 1100001 0 111010 100101000 1011111 10110

Color Harmonies of #65036C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65036C

Black with #65036C

Text Example


Text Example

White with #65036C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65036C; }

 p { color: rgb(101,3,108); }

 H1.HeaderClassName
 {
   color: #65036C;
 }
 .AnyTagClassName
 {
   color: #65036C;
 }
</style>

background-color css

<style>
 a { background-color: #65036C; }

 a { background-color: rgb(101,3,108); }

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

border-color css

<style>
 span { border-color: #65036C; }

 span { border-color: rgb(101,3,108); }

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