Html Css Color HEX #6C0369 Purple

📋 copy color: '#6C0369'

red 108 ◦ green 3 ◦ blue 105

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

Shades of Purple #6C0369

Tints of Purple #6C0369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 48.61%

R = 50%
G = 1.39%
B = 48.61%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.03

 K value IS 0.58

RGB Variations

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

Color information

#6C0369 (or 0x6C0369) is known color: Purple. HEX triplet: 6C, 03 and 69. RGB value is (108,3,105). Sum of RGB (Red+Green+Blue) = 108+3+105=216 (28% of max value = 765). Red value is 108 (42.58% from 255 or 50% from 216); Green value is 3 (1.56% from 255 or 1.39% from 216); Blue value is 105 (41.41% from 255 or 48.61% from 216); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0369 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0369 is #93FC96. Grayscale: #2D2D2D. Windows color (decimal): -9698455 or 6882156. OLE color: 6882156.

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

Color convert

RGB 108 3 105 -
CMYK 0 0.97 0.03 0.58
HSL 301.71º 0.95% 0.22% -
HSV(B) 301.71º 0.97% 0.42% -
XYZ 8.77 4.27 13.73 -
YUV 46.02 161.29 172.21 -
System Red Green Blue C M Y K H S L
Decimal 108 3 105 0 0.97 0.03 0.58 301.71 0.95 0.22
Hex 6C 3 69 0 61 3 3A 12E 5F 16
Octal 154 3 151 0 141 3 72 456 137 26
Binary 1101100 11 1101001 0 1100001 11 111010 100101110 1011111 10110

Color Harmonies of #6C0369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0369

Black with #6C0369

Text Example


Text Example

White with #6C0369

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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