Html Css Color HEX #6B238F Vivid Violet

📋 copy color: '#6B238F'

red 107 ◦ green 35 ◦ blue 143

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

Shades of Vivid Violet #6B238F

Tints of Vivid Violet #6B238F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.28%

 BLUE value IS 143 (56.25% from 255) = 50.18%

R = 37.54%
G = 12.28%
B = 50.18%

CMYK

 C value IS 0.25

 M value IS 0.76

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6B238F (or 0x6B238F) is known color: Vivid Violet. HEX triplet: 6B, 23 and 8F. RGB value is (107,35,143). Sum of RGB (Red+Green+Blue) = 107+35+143=285 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.54% from 285); Green value is 35 (14.06% from 255 or 12.28% from 285); Blue value is 143 (56.25% from 255 or 50.18% from 285); Max value from RGB is 143 - color contains mainly: blue. Hex color #6B238F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B238F is #94DC70. Grayscale: #444444. Windows color (decimal): -9755761 or 9380715. OLE color: 9380715.

HSL color Cylindrical-coordinate representation of color #6B238F: hue angle of 280º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6B238F is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 107 35 143 -
CMYK 0.25 0.76 0 0.44
HSL 280º 0.61% 0.35% -
HSV(B) 280º 0.76% 0.56% -
XYZ 11.62 6.31 26.59 -
YUV 68.84 169.85 155.22 -
System Red Green Blue C M Y K H S L
Decimal 107 35 143 0.25 0.76 0 0.44 280 0.61 0.35
Hex 6B 23 8F 19 4C 0 2C 118 3D 23
Octal 153 43 217 31 114 0 54 430 75 43
Binary 1101011 100011 10001111 11001 1001100 0 101100 100011000 111101 100011

Color Harmonies of #6B238F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B238F

Black with #6B238F

Text Example


Text Example

White with #6B238F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,35,143); }

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

background-color css

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

 a { background-color: rgb(107,35,143); }

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

border-color css

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

 span { border-color: rgb(107,35,143); }

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