Html Css Color HEX #6B248D Vivid Violet

📋 copy color: '#6B248D'

red 107 ◦ green 36 ◦ blue 141

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

Shades of Vivid Violet #6B248D

Tints of Vivid Violet #6B248D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.68%

 BLUE value IS 141 (55.47% from 255) = 49.65%

R = 37.68%
G = 12.68%
B = 49.65%

CMYK

 C value IS 0.24

 M value IS 0.74

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6B248D (or 0x6B248D) is known color: Vivid Violet. HEX triplet: 6B, 24 and 8D. RGB value is (107,36,141). Sum of RGB (Red+Green+Blue) = 107+36+141=284 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.68% from 284); Green value is 36 (14.45% from 255 or 12.68% from 284); Blue value is 141 (55.47% from 255 or 49.65% from 284); Max value from RGB is 141 - color contains mainly: blue. Hex color #6B248D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B248D is #94DB72. Grayscale: #444444. Windows color (decimal): -9755507 or 9249899. OLE color: 9249899.

HSL color Cylindrical-coordinate representation of color #6B248D: hue angle of 280.57º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6B248D is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 107 36 141 -
CMYK 0.24 0.74 0 0.45
HSL 280.57º 0.59% 0.35% -
HSV(B) 280.57º 0.74% 0.55% -
XYZ 11.5 6.31 25.81 -
YUV 69.2 168.52 154.96 -
System Red Green Blue C M Y K H S L
Decimal 107 36 141 0.24 0.74 0 0.45 280.57 0.59 0.35
Hex 6B 24 8D 18 4A 0 2D 119 3B 23
Octal 153 44 215 30 112 0 55 431 73 43
Binary 1101011 100100 10001101 11000 1001010 0 101101 100011001 111011 100011

Color Harmonies of #6B248D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B248D

Black with #6B248D

Text Example


Text Example

White with #6B248D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,36,141); }

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

background-color css

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

 a { background-color: rgb(107,36,141); }

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

border-color css

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

 span { border-color: rgb(107,36,141); }

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