Html Css Color HEX #6C348A Vivid Violet

📋 copy color: '#6C348A'

red 108 ◦ green 52 ◦ blue 138

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

Shades of Vivid Violet #6C348A

Tints of Vivid Violet #6C348A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.45%

 BLUE value IS 138 (54.3% from 255) = 46.31%

R = 36.24%
G = 17.45%
B = 46.31%

CMYK

 C value IS 0.22

 M value IS 0.62

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#6C348A (or 0x6C348A) is known color: Vivid Violet. HEX triplet: 6C, 34 and 8A. RGB value is (108,52,138). Sum of RGB (Red+Green+Blue) = 108+52+138=298 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.24% from 298); Green value is 52 (20.70% from 255 or 17.45% from 298); Blue value is 138 (54.30% from 255 or 46.31% from 298); Max value from RGB is 138 - color contains mainly: blue. Hex color #6C348A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C348A is #93CB75. Grayscale: #4E4E4E. Windows color (decimal): -9685878 or 9057388. OLE color: 9057388.

HSL color Cylindrical-coordinate representation of color #6C348A: hue angle of 279.07º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6C348A is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 108 52 138 -
CMYK 0.22 0.62 0 0.46
HSL 279.07º 0.45% 0.37% -
HSV(B) 279.07º 0.62% 0.54% -
XYZ 12 7.48 24.86 -
YUV 78.55 161.55 149.01 -
System Red Green Blue C M Y K H S L
Decimal 108 52 138 0.22 0.62 0 0.46 279.07 0.45 0.37
Hex 6C 34 8A 16 3E 0 2E 117 2D 25
Octal 154 64 212 26 76 0 56 427 55 45
Binary 1101100 110100 10001010 10110 111110 0 101110 100010111 101101 100101

Color Harmonies of #6C348A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C348A

Black with #6C348A

Text Example


Text Example

White with #6C348A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,52,138); }

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

background-color css

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

 a { background-color: rgb(108,52,138); }

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

border-color css

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

 span { border-color: rgb(108,52,138); }

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