Html Css Color HEX #6F3B62 Palatinate Purple

📋 copy color: '#6F3B62'

red 111 ◦ green 59 ◦ blue 98

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

Shades of Palatinate Purple #6F3B62

Tints of Palatinate Purple #6F3B62

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.01%

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

R = 41.42%
G = 22.01%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#6F3B62 (or 0x6F3B62) is known color: Palatinate Purple. HEX triplet: 6F, 3B and 62. RGB value is (111,59,98). Sum of RGB (Red+Green+Blue) = 111+59+98=268 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.42% from 268); Green value is 59 (23.44% from 255 or 22.01% from 268); Blue value is 98 (38.67% from 255 or 36.57% from 268); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3B62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3B62 is #90C49D. Grayscale: #4E4E4E. Windows color (decimal): -9487518 or 6437743. OLE color: 6437743.

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

Color convert

RGB 111 59 98 -
CMYK 0 0.47 0.12 0.56
HSL 315º 0.31% 0.33% -
HSV(B) 315º 0.47% 0.44% -
XYZ 10.32 7.39 12.44 -
YUV 78.99 138.73 150.83 -
System Red Green Blue C M Y K H S L
Decimal 111 59 98 0 0.47 0.12 0.56 315 0.31 0.33
Hex 6F 3B 62 0 2F C 38 13B 1F 21
Octal 157 73 142 0 57 14 70 473 37 41
Binary 1101111 111011 1100010 0 101111 1100 111000 100111011 11111 100001

Color Harmonies of #6F3B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3B62

Black with #6F3B62

Text Example


Text Example

White with #6F3B62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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