Html Css Color HEX #6B038B Purple

📋 copy color: '#6B038B'

red 107 ◦ green 3 ◦ blue 139

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

Shades of Purple #6B038B

Tints of Purple #6B038B

RGB

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

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

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

R = 42.97%
G = 1.2%
B = 55.82%

CMYK

 C value IS 0.23

 M value IS 0.98

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6B038B (or 0x6B038B) is known color: Purple. HEX triplet: 6B, 03 and 8B. RGB value is (107,3,139). Sum of RGB (Red+Green+Blue) = 107+3+139=249 (32% of max value = 765). Red value is 107 (42.19% from 255 or 42.97% from 249); Green value is 3 (1.56% from 255 or 1.20% from 249); Blue value is 139 (54.69% from 255 or 55.82% from 249); Max value from RGB is 139 - color contains mainly: blue. Hex color #6B038B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B038B is #94FC74. Grayscale: #313131. Windows color (decimal): -9763957 or 9110379. OLE color: 9110379.

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

Color convert

RGB 107 3 139 -
CMYK 0.23 0.98 0 0.45
HSL 285.88º 0.96% 0.28% -
HSV(B) 285.88º 0.98% 0.55% -
XYZ 10.76 5.06 24.83 -
YUV 49.6 178.46 168.94 -
System Red Green Blue C M Y K H S L
Decimal 107 3 139 0.23 0.98 0 0.45 285.88 0.96 0.28
Hex 6B 3 8B 17 62 0 2D 11E 60 1C
Octal 153 3 213 27 142 0 55 436 140 34
Binary 1101011 11 10001011 10111 1100010 0 101101 100011110 1100000 11100

Color Harmonies of #6B038B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B038B

Black with #6B038B

Text Example


Text Example

White with #6B038B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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