Html Css Color HEX #65177F Seance

📋 copy color: '#65177F'

red 101 ◦ green 23 ◦ blue 127

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

Shades of Seance #65177F

Tints of Seance #65177F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.16%

 BLUE value IS 127 (50% from 255) = 50.6%

R = 40.24%
G = 9.16%
B = 50.6%

CMYK

 C value IS 0.20

 M value IS 0.82

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#65177F (or 0x65177F) is known color: Seance. HEX triplet: 65, 17 and 7F. RGB value is (101,23,127). Sum of RGB (Red+Green+Blue) = 101+23+127=251 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.24% from 251); Green value is 23 (9.38% from 255 or 9.16% from 251); Blue value is 127 (50% from 255 or 50.60% from 251); Max value from RGB is 127 - color contains mainly: blue. Hex color #65177F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65177F is #9AE880. Grayscale: #393939. Windows color (decimal): -10152065 or 8329061. OLE color: 8329061.

HSL color Cylindrical-coordinate representation of color #65177F: hue angle of 285º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #65177F is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 101 23 127 -
CMYK 0.20 0.82 0 0.50
HSL 285º 0.69% 0.29% -
HSV(B) 285º 0.82% 0.5% -
XYZ 9.5 4.91 20.53 -
YUV 58.18 166.84 158.54 -
System Red Green Blue C M Y K H S L
Decimal 101 23 127 0.20 0.82 0 0.50 285 0.69 0.29
Hex 65 17 7F 14 52 0 32 11D 45 1D
Octal 145 27 177 24 122 0 62 435 105 35
Binary 1100101 10111 1111111 10100 1010010 0 110010 100011101 1000101 11101

Color Harmonies of #65177F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65177F

Black with #65177F

Text Example


Text Example

White with #65177F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65177F; }

 p { color: rgb(101,23,127); }

 H1.HeaderClassName
 {
   color: #65177F;
 }
 .AnyTagClassName
 {
   color: #65177F;
 }
</style>

background-color css

<style>
 a { background-color: #65177F; }

 a { background-color: rgb(101,23,127); }

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

border-color css

<style>
 span { border-color: #65177F; }

 span { border-color: rgb(101,23,127); }

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