Html Css Color HEX #6C2287 Vivid Violet

📋 copy color: '#6C2287'

red 108 ◦ green 34 ◦ blue 135

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

Shades of Vivid Violet #6C2287

Tints of Vivid Violet #6C2287

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.27%

 BLUE value IS 135 (53.13% from 255) = 48.74%

R = 38.99%
G = 12.27%
B = 48.74%

CMYK

 C value IS 0.2

 M value IS 0.75

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#6C2287 (or 0x6C2287) is known color: Vivid Violet. HEX triplet: 6C, 22 and 87. RGB value is (108,34,135). Sum of RGB (Red+Green+Blue) = 108+34+135=277 (36% of max value = 765). Red value is 108 (42.58% from 255 or 38.99% from 277); Green value is 34 (13.67% from 255 or 12.27% from 277); Blue value is 135 (53.12% from 255 or 48.74% from 277); Max value from RGB is 135 - color contains mainly: blue. Hex color #6C2287 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C2287 is #93DD78. Grayscale: #434343. Windows color (decimal): -9690489 or 8856172. OLE color: 8856172.

HSL color Cylindrical-coordinate representation of color #6C2287: hue angle of 283.96º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6C2287 is Cyan = 0.2, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 108 34 135 -
CMYK 0.2 0.75 0 0.47
HSL 283.96º 0.6% 0.33% -
HSV(B) 283.96º 0.75% 0.53% -
XYZ 11.13 6.08 23.51 -
YUV 67.64 166.02 156.79 -
System Red Green Blue C M Y K H S L
Decimal 108 34 135 0.2 0.75 0 0.47 283.96 0.6 0.33
Hex 6C 22 87 14 4B 0 2F 11C 3C 21
Octal 154 42 207 24 113 0 57 434 74 41
Binary 1101100 100010 10000111 10100 1001011 0 101111 100011100 111100 100001

Color Harmonies of #6C2287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C2287

Black with #6C2287

Text Example


Text Example

White with #6C2287

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,34,135); }

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

background-color css

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

 a { background-color: rgb(108,34,135); }

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

border-color css

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

 span { border-color: rgb(108,34,135); }

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