Html Css Color HEX #6B248B Vivid Violet

📋 copy color: '#6B248B'

red 107 ◦ green 36 ◦ blue 139

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

Shades of Vivid Violet #6B248B

Tints of Vivid Violet #6B248B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 49.29%

R = 37.94%
G = 12.77%
B = 49.29%

CMYK

 C value IS 0.23

 M value IS 0.74

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6B248B (or 0x6B248B) is known color: Vivid Violet. HEX triplet: 6B, 24 and 8B. RGB value is (107,36,139). Sum of RGB (Red+Green+Blue) = 107+36+139=282 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.94% from 282); Green value is 36 (14.45% from 255 or 12.77% from 282); Blue value is 139 (54.69% from 255 or 49.29% from 282); Max value from RGB is 139 - color contains mainly: blue. Hex color #6B248B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B248B is #94DB74. Grayscale: #444444. Windows color (decimal): -9755509 or 9118827. OLE color: 9118827.

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

Color convert

RGB 107 36 139 -
CMYK 0.23 0.74 0 0.45
HSL 281.36º 0.59% 0.34% -
HSV(B) 281.36º 0.74% 0.55% -
XYZ 11.35 6.25 25.03 -
YUV 68.97 167.52 155.12 -
System Red Green Blue C M Y K H S L
Decimal 107 36 139 0.23 0.74 0 0.45 281.36 0.59 0.34
Hex 6B 24 8B 17 4A 0 2D 119 3B 22
Octal 153 44 213 27 112 0 55 431 73 42
Binary 1101011 100100 10001011 10111 1001010 0 101101 100011001 111011 100010

Color Harmonies of #6B248B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B248B

Black with #6B248B

Text Example


Text Example

White with #6B248B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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