Html Css Color HEX #6F0062 Purple

📋 copy color: '#6F0062'

red 111 ◦ green 0 ◦ blue 98

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

Shades of Purple #6F0062

Tints of Purple #6F0062

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 98 (38.67% from 255) = 46.89%

R = 53.11%
G = 0%
B = 46.89%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#6F0062 (or 0x6F0062) is known color: Purple. HEX triplet: 6F, 00 and 62. RGB value is (111,0,98). Sum of RGB (Red+Green+Blue) = 111+0+98=209 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.11% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 98 (38.67% from 255 or 46.89% from 209); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0062 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0062 is #90FF9D. Grayscale: #2C2C2C. Windows color (decimal): -9502622 or 6422639. OLE color: 6422639.

HSL color Cylindrical-coordinate representation of color #6F0062: hue angle of 307.03º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6F0062 is Cyan = 0, Magento = 1, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 0 98 -
CMYK 0 1 0.12 0.56
HSL 307.03º 1% 0.22% -
HSV(B) 307.03º 1% 0.44% -
XYZ 8.76 4.26 11.92 -
YUV 44.36 158.27 175.53 -
System Red Green Blue C M Y K H S L
Decimal 111 0 98 0 1 0.12 0.56 307.03 1 0.22
Hex 6F 0 62 0 64 C 38 133 64 16
Octal 157 0 142 0 144 14 70 463 144 26
Binary 1101111 0 1100010 0 1100100 1100 111000 100110011 1100100 10110

Color Harmonies of #6F0062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0062

Black with #6F0062

Text Example


Text Example

White with #6F0062

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,0,98); }

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

background-color css

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

 a { background-color: rgb(111,0,98); }

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

border-color css

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

 span { border-color: rgb(111,0,98); }

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