Html Css Color HEX #6C0364 Purple

📋 copy color: '#6C0364'

red 108 ◦ green 3 ◦ blue 100

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

Shades of Purple #6C0364

Tints of Purple #6C0364

RGB

 RED value IS 108 (42.58% from 255) = 51.18%

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

 BLUE value IS 100 (39.45% from 255) = 47.39%

R = 51.18%
G = 1.42%
B = 47.39%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.07

 K value IS 0.58

RGB Variations

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

Color information

#6C0364 (or 0x6C0364) is known color: Purple. HEX triplet: 6C, 03 and 64. RGB value is (108,3,100). Sum of RGB (Red+Green+Blue) = 108+3+100=211 (27% of max value = 765). Red value is 108 (42.58% from 255 or 51.18% from 211); Green value is 3 (1.56% from 255 or 1.42% from 211); Blue value is 100 (39.45% from 255 or 47.39% from 211); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0364 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0364 is #93FC9B. Grayscale: #2D2D2D. Windows color (decimal): -9698460 or 6554476. OLE color: 6554476.

HSL color Cylindrical-coordinate representation of color #6C0364: hue angle of 304.57º 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 #6C0364 is Cyan = 0, Magento = 0.97, Yellow = 0.07 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 3 100 -
CMYK 0 0.97 0.07 0.58
HSL 304.57º 0.95% 0.22% -
HSV(B) 304.57º 0.97% 0.42% -
XYZ 8.52 4.17 12.41 -
YUV 45.45 158.79 172.61 -
System Red Green Blue C M Y K H S L
Decimal 108 3 100 0 0.97 0.07 0.58 304.57 0.95 0.22
Hex 6C 3 64 0 61 7 3A 131 5F 16
Octal 154 3 144 0 141 7 72 461 137 26
Binary 1101100 11 1100100 0 1100001 111 111010 100110001 1011111 10110

Color Harmonies of #6C0364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0364

Black with #6C0364

Text Example


Text Example

White with #6C0364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C0364; }

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

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

background-color css

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

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

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

border-color css

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

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

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