Html Css Color HEX #663271 Seance

📋 copy color: '#663271'

red 102 ◦ green 50 ◦ blue 113

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

Shades of Seance #663271

Tints of Seance #663271

RGB

 RED value IS 102 (40.23% from 255) = 38.49%

 GREEN value IS 50 (19.92% from 255) = 18.87%

 BLUE value IS 113 (44.53% from 255) = 42.64%

R = 38.49%
G = 18.87%
B = 42.64%

CMYK

 C value IS 0.10

 M value IS 0.56

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#663271 (or 0x663271) is known color: Seance. HEX triplet: 66, 32 and 71. RGB value is (102,50,113). Sum of RGB (Red+Green+Blue) = 102+50+113=265 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.49% from 265); Green value is 50 (19.92% from 255 or 18.87% from 265); Blue value is 113 (44.53% from 255 or 42.64% from 265); Max value from RGB is 113 - color contains mainly: blue. Hex color #663271 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663271 is #99CD8E. Grayscale: #484848. Windows color (decimal): -10079631 or 7418470. OLE color: 7418470.

HSL color Cylindrical-coordinate representation of color #663271: hue angle of 289.52º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #663271 is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 102 50 113 -
CMYK 0.10 0.56 0 0.56
HSL 289.52º 0.39% 0.32% -
HSV(B) 289.52º 0.56% 0.44% -
XYZ 9.6 6.3 16.33 -
YUV 72.73 150.73 148.88 -
System Red Green Blue C M Y K H S L
Decimal 102 50 113 0.10 0.56 0 0.56 289.52 0.39 0.32
Hex 66 32 71 A 38 0 38 122 27 20
Octal 146 62 161 12 70 0 70 442 47 40
Binary 1100110 110010 1110001 1010 111000 0 111000 100100010 100111 100000

Color Harmonies of #663271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663271

Black with #663271

Text Example


Text Example

White with #663271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663271; }

 p { color: rgb(102,50,113); }

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

background-color css

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

 a { background-color: rgb(102,50,113); }

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

border-color css

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

 span { border-color: rgb(102,50,113); }

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