Html Css Color HEX #6A038B Purple

📋 copy color: '#6A038B'

red 106 ◦ green 3 ◦ blue 139

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

Shades of Purple #6A038B

Tints of Purple #6A038B

RGB

 RED value IS 106 (41.8% from 255) = 42.74%

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

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

R = 42.74%
G = 1.21%
B = 56.05%

CMYK

 C value IS 0.24

 M value IS 0.98

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6A038B (or 0x6A038B) is known color: Purple. HEX triplet: 6A, 03 and 8B. RGB value is (106,3,139). Sum of RGB (Red+Green+Blue) = 106+3+139=248 (32% of max value = 765). Red value is 106 (41.80% from 255 or 42.74% from 248); Green value is 3 (1.56% from 255 or 1.21% from 248); Blue value is 139 (54.69% from 255 or 56.05% from 248); Max value from RGB is 139 - color contains mainly: blue. Hex color #6A038B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A038B is #95FC74. Grayscale: #303030. Windows color (decimal): -9829493 or 9110378. OLE color: 9110378.

HSL color Cylindrical-coordinate representation of color #6A038B: hue angle of 285.44º 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 #6A038B is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 106 3 139 -
CMYK 0.24 0.98 0 0.45
HSL 285.44º 0.96% 0.28% -
HSV(B) 285.44º 0.98% 0.55% -
XYZ 10.64 4.99 24.83 -
YUV 49.3 178.62 168.44 -
System Red Green Blue C M Y K H S L
Decimal 106 3 139 0.24 0.98 0 0.45 285.44 0.96 0.28
Hex 6A 3 8B 18 62 0 2D 11D 60 1C
Octal 152 3 213 30 142 0 55 435 140 34
Binary 1101010 11 10001011 11000 1100010 0 101101 100011101 1100000 11100

Color Harmonies of #6A038B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A038B

Black with #6A038B

Text Example


Text Example

White with #6A038B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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