Html Css Color HEX #6F3067 Palatinate Purple

📋 copy color: '#6F3067'

red 111 ◦ green 48 ◦ blue 103

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

Shades of Palatinate Purple #6F3067

Tints of Palatinate Purple #6F3067

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.32%

 BLUE value IS 103 (40.63% from 255) = 39.31%

R = 42.37%
G = 18.32%
B = 39.31%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#6F3067 (or 0x6F3067) is known color: Palatinate Purple. HEX triplet: 6F, 30 and 67. RGB value is (111,48,103). Sum of RGB (Red+Green+Blue) = 111+48+103=262 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.37% from 262); Green value is 48 (19.14% from 255 or 18.32% from 262); Blue value is 103 (40.62% from 255 or 39.31% from 262); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3067 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3067 is #90CF98. Grayscale: #484848. Windows color (decimal): -9490329 or 6762607. OLE color: 6762607.

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

Color convert

RGB 111 48 103 -
CMYK 0 0.57 0.07 0.56
HSL 307.62º 0.4% 0.31% -
HSV(B) 307.62º 0.57% 0.44% -
XYZ 10.06 6.47 13.55 -
YUV 73.11 144.87 155.03 -
System Red Green Blue C M Y K H S L
Decimal 111 48 103 0 0.57 0.07 0.56 307.62 0.4 0.31
Hex 6F 30 67 0 39 7 38 134 28 1F
Octal 157 60 147 0 71 7 70 464 50 37
Binary 1101111 110000 1100111 0 111001 111 111000 100110100 101000 11111

Color Harmonies of #6F3067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3067

Black with #6F3067

Text Example


Text Example

White with #6F3067

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,48,103); }

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

background-color css

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

 a { background-color: rgb(111,48,103); }

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

border-color css

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

 span { border-color: rgb(111,48,103); }

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