Html Css Color HEX #6F0262 Purple

📋 copy color: '#6F0262'

red 111 ◦ green 2 ◦ blue 98

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

Shades of Purple #6F0262

Tints of Purple #6F0262

RGB

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

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

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

R = 52.61%
G = 0.95%
B = 46.45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#6F0262 (or 0x6F0262) is known color: Purple. HEX triplet: 6F, 02 and 62. RGB value is (111,2,98). Sum of RGB (Red+Green+Blue) = 111+2+98=211 (27% of max value = 765). Red value is 111 (43.75% from 255 or 52.61% from 211); Green value is 2 (1.17% from 255 or 0.95% from 211); Blue value is 98 (38.67% from 255 or 46.45% from 211); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0262 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0262 is #90FD9D. Grayscale: #2D2D2D. Windows color (decimal): -9502110 or 6423151. OLE color: 6423151.

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

Color convert

RGB 111 2 98 -
CMYK 0 0.98 0.12 0.56
HSL 307.16º 0.96% 0.22% -
HSV(B) 307.16º 0.98% 0.44% -
XYZ 8.78 4.3 11.92 -
YUV 45.54 157.61 174.69 -
System Red Green Blue C M Y K H S L
Decimal 111 2 98 0 0.98 0.12 0.56 307.16 0.96 0.22
Hex 6F 2 62 0 62 C 38 133 60 16
Octal 157 2 142 0 142 14 70 463 140 26
Binary 1101111 10 1100010 0 1100010 1100 111000 100110011 1100000 10110

Color Harmonies of #6F0262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0262

Black with #6F0262

Text Example


Text Example

White with #6F0262

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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