Html Css Color HEX #6C0798 Purple

📋 copy color: '#6C0798'

red 108 ◦ green 7 ◦ blue 152

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

Shades of Purple #6C0798

Tints of Purple #6C0798

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.62%

 BLUE value IS 152 (59.77% from 255) = 56.93%

R = 40.45%
G = 2.62%
B = 56.93%

CMYK

 C value IS 0.29

 M value IS 0.95

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#6C0798 (or 0x6C0798) is known color: Purple. HEX triplet: 6C, 07 and 98. RGB value is (108,7,152). Sum of RGB (Red+Green+Blue) = 108+7+152=267 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.45% from 267); Green value is 7 (3.12% from 255 or 2.62% from 267); Blue value is 152 (59.77% from 255 or 56.93% from 267); Max value from RGB is 152 - color contains mainly: blue. Hex color #6C0798 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C0798 is #93F867. Grayscale: #353535. Windows color (decimal): -9697384 or 9963372. OLE color: 9963372.

HSL color Cylindrical-coordinate representation of color #6C0798: hue angle of 281.79º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6C0798 is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 108 7 152 -
CMYK 0.29 0.95 0 0.40
HSL 281.79º 0.91% 0.31% -
HSV(B) 281.79º 0.95% 0.6% -
XYZ 11.93 5.61 30.16 -
YUV 53.73 183.46 166.71 -
System Red Green Blue C M Y K H S L
Decimal 108 7 152 0.29 0.95 0 0.40 281.79 0.91 0.31
Hex 6C 7 98 1D 5F 0 28 11A 5B 1F
Octal 154 7 230 35 137 0 50 432 133 37
Binary 1101100 111 10011000 11101 1011111 0 101000 100011010 1011011 11111

Color Harmonies of #6C0798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0798

Black with #6C0798

Text Example


Text Example

White with #6C0798

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,7,152); }

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

background-color css

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

 a { background-color: rgb(108,7,152); }

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

border-color css

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

 span { border-color: rgb(108,7,152); }

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