Html Css Color HEX #6F029B Purple

📋 copy color: '#6F029B'

red 111 ◦ green 2 ◦ blue 155

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

Shades of Purple #6F029B

Tints of Purple #6F029B

RGB

 RED value IS 111 (43.75% from 255) = 41.42%

 GREEN value IS 2 (1.17% from 255) = 0.75%

 BLUE value IS 155 (60.94% from 255) = 57.84%

R = 41.42%
G = 0.75%
B = 57.84%

CMYK

 C value IS 0.28

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6F029B (or 0x6F029B) is known color: Purple. HEX triplet: 6F, 02 and 9B. RGB value is (111,2,155). Sum of RGB (Red+Green+Blue) = 111+2+155=268 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.42% from 268); Green value is 2 (1.17% from 255 or 0.75% from 268); Blue value is 155 (60.94% from 255 or 57.84% from 268); Max value from RGB is 155 - color contains mainly: blue. Hex color #6F029B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F029B is #90FD64. Grayscale: #333333. Windows color (decimal): -9502053 or 10158703. OLE color: 10158703.

HSL color Cylindrical-coordinate representation of color #6F029B: hue angle of 282.75º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6F029B is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 111 2 155 -
CMYK 0.28 0.99 0 0.39
HSL 282.75º 0.97% 0.31% -
HSV(B) 282.75º 0.99% 0.61% -
XYZ 12.49 5.79 31.47 -
YUV 52.03 186.11 170.06 -
System Red Green Blue C M Y K H S L
Decimal 111 2 155 0.28 0.99 0 0.39 282.75 0.97 0.31
Hex 6F 2 9B 1C 63 0 27 11B 61 1F
Octal 157 2 233 34 143 0 47 433 141 37
Binary 1101111 10 10011011 11100 1100011 0 100111 100011011 1100001 11111

Color Harmonies of #6F029B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F029B

Black with #6F029B

Text Example


Text Example

White with #6F029B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,2,155); }

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

background-color css

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

 a { background-color: rgb(111,2,155); }

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

border-color css

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

 span { border-color: rgb(111,2,155); }

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