Html Css Color HEX #6F2599 Vivid Violet

📋 copy color: '#6F2599'

red 111 ◦ green 37 ◦ blue 153

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

Shades of Vivid Violet #6F2599

Tints of Vivid Violet #6F2599

RGB

 RED value IS 111 (43.75% from 255) = 36.88%

 GREEN value IS 37 (14.84% from 255) = 12.29%

 BLUE value IS 153 (60.16% from 255) = 50.83%

R = 36.88%
G = 12.29%
B = 50.83%

CMYK

 C value IS 0.27

 M value IS 0.76

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#6F2599 (or 0x6F2599) is known color: Vivid Violet. HEX triplet: 6F, 25 and 99. RGB value is (111,37,153). Sum of RGB (Red+Green+Blue) = 111+37+153=301 (39% of max value = 765). Red value is 111 (43.75% from 255 or 36.88% from 301); Green value is 37 (14.84% from 255 or 12.29% from 301); Blue value is 153 (60.16% from 255 or 50.83% from 301); Max value from RGB is 153 - color contains mainly: blue. Hex color #6F2599 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F2599 is #90DA66. Grayscale: #474747. Windows color (decimal): -9493095 or 10036591. OLE color: 10036591.

HSL color Cylindrical-coordinate representation of color #6F2599: hue angle of 278.28º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6F2599 is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 111 37 153 -
CMYK 0.27 0.76 0 0.4
HSL 278.28º 0.61% 0.37% -
HSV(B) 278.28º 0.76% 0.6% -
XYZ 12.97 7 30.81 -
YUV 72.35 173.52 155.57 -
System Red Green Blue C M Y K H S L
Decimal 111 37 153 0.27 0.76 0 0.4 278.28 0.61 0.37
Hex 6F 25 99 1B 4C 0 28 116 3D 25
Octal 157 45 231 33 114 0 50 426 75 45
Binary 1101111 100101 10011001 11011 1001100 0 101000 100010110 111101 100101

Color Harmonies of #6F2599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2599

Black with #6F2599

Text Example


Text Example

White with #6F2599

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,37,153); }

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

background-color css

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

 a { background-color: rgb(111,37,153); }

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

border-color css

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

 span { border-color: rgb(111,37,153); }

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