Html Css Color HEX #6B2288 Vivid Violet

📋 copy color: '#6B2288'

red 107 ◦ green 34 ◦ blue 136

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

Shades of Vivid Violet #6B2288

Tints of Vivid Violet #6B2288

RGB

 RED value IS 107 (42.19% from 255) = 38.63%

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

 BLUE value IS 136 (53.52% from 255) = 49.1%

R = 38.63%
G = 12.27%
B = 49.1%

CMYK

 C value IS 0.21

 M value IS 0.75

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#6B2288 (or 0x6B2288) is known color: Vivid Violet. HEX triplet: 6B, 22 and 88. RGB value is (107,34,136). Sum of RGB (Red+Green+Blue) = 107+34+136=277 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.63% from 277); Green value is 34 (13.67% from 255 or 12.27% from 277); Blue value is 136 (53.52% from 255 or 49.10% from 277); Max value from RGB is 136 - color contains mainly: blue. Hex color #6B2288 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B2288 is #94DD77. Grayscale: #434343. Windows color (decimal): -9756024 or 8921707. OLE color: 8921707.

HSL color Cylindrical-coordinate representation of color #6B2288: hue angle of 282.94º 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 #6B2288 is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 107 34 136 -
CMYK 0.21 0.75 0 0.47
HSL 282.94º 0.6% 0.33% -
HSV(B) 282.94º 0.75% 0.53% -
XYZ 11.08 6.05 23.88 -
YUV 67.46 166.68 156.21 -
System Red Green Blue C M Y K H S L
Decimal 107 34 136 0.21 0.75 0 0.47 282.94 0.6 0.33
Hex 6B 22 88 15 4B 0 2F 11B 3C 21
Octal 153 42 210 25 113 0 57 433 74 41
Binary 1101011 100010 10001000 10101 1001011 0 101111 100011011 111100 100001

Color Harmonies of #6B2288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2288

Black with #6B2288

Text Example


Text Example

White with #6B2288

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,34,136); }

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

background-color css

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

 a { background-color: rgb(107,34,136); }

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

border-color css

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

 span { border-color: rgb(107,34,136); }

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