Html Css Color HEX #6B037B Purple

📋 copy color: '#6B037B'

red 107 ◦ green 3 ◦ blue 123

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

Shades of Purple #6B037B

Tints of Purple #6B037B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.29%

 BLUE value IS 123 (48.44% from 255) = 52.79%

R = 45.92%
G = 1.29%
B = 52.79%

CMYK

 C value IS 0.13

 M value IS 0.98

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#6B037B (or 0x6B037B) is known color: Purple. HEX triplet: 6B, 03 and 7B. RGB value is (107,3,123). Sum of RGB (Red+Green+Blue) = 107+3+123=233 (30% of max value = 765). Red value is 107 (42.19% from 255 or 45.92% from 233); Green value is 3 (1.56% from 255 or 1.29% from 233); Blue value is 123 (48.44% from 255 or 52.79% from 233); Max value from RGB is 123 - color contains mainly: blue. Hex color #6B037B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B037B is #94FC84. Grayscale: #2F2F2F. Windows color (decimal): -9763973 or 8061803. OLE color: 8061803.

HSL color Cylindrical-coordinate representation of color #6B037B: hue angle of 292º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6B037B is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 107 3 123 -
CMYK 0.13 0.98 0 0.52
HSL 292º 0.95% 0.25% -
HSV(B) 292º 0.98% 0.48% -
XYZ 9.67 4.62 19.12 -
YUV 47.78 170.46 170.24 -
System Red Green Blue C M Y K H S L
Decimal 107 3 123 0.13 0.98 0 0.52 292 0.95 0.25
Hex 6B 3 7B D 62 0 34 124 5F 19
Octal 153 3 173 15 142 0 64 444 137 31
Binary 1101011 11 1111011 1101 1100010 0 110100 100100100 1011111 11001

Color Harmonies of #6B037B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B037B

Black with #6B037B

Text Example


Text Example

White with #6B037B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,3,123); }

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

background-color css

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

 a { background-color: rgb(107,3,123); }

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

border-color css

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

 span { border-color: rgb(107,3,123); }

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