Html Css Color HEX #6B025D Palatinate Purple

📋 copy color: '#6B025D'

red 107 ◦ green 2 ◦ blue 93

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

Shades of Palatinate Purple #6B025D

Tints of Palatinate Purple #6B025D

RGB

 RED value IS 107 (42.19% from 255) = 52.97%

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

 BLUE value IS 93 (36.72% from 255) = 46.04%

R = 52.97%
G = 0.99%
B = 46.04%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.13

 K value IS 0.58

RGB Variations

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

Color information

#6B025D (or 0x6B025D) is known color: Palatinate Purple. HEX triplet: 6B, 02 and 5D. RGB value is (107,2,93). Sum of RGB (Red+Green+Blue) = 107+2+93=202 (26% of max value = 765). Red value is 107 (42.19% from 255 or 52.97% from 202); Green value is 2 (1.17% from 255 or 0.99% from 202); Blue value is 93 (36.72% from 255 or 46.04% from 202); Max value from RGB is 107 - color contains mainly: red. Hex color #6B025D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B025D is #94FDA2. Grayscale: #2B2B2B. Windows color (decimal): -9764259 or 6095467. OLE color: 6095467.

HSL color Cylindrical-coordinate representation of color #6B025D: hue angle of 308º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6B025D is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 2 93 -
CMYK 0 0.98 0.13 0.58
HSL 308º 0.96% 0.21% -
HSV(B) 308º 0.98% 0.42% -
XYZ 8.06 3.96 10.7 -
YUV 43.77 155.79 173.1 -
System Red Green Blue C M Y K H S L
Decimal 107 2 93 0 0.98 0.13 0.58 308 0.96 0.21
Hex 6B 2 5D 0 62 D 3A 134 60 15
Octal 153 2 135 0 142 15 72 464 140 25
Binary 1101011 10 1011101 0 1100010 1101 111010 100110100 1100000 10101

Color Harmonies of #6B025D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B025D

Black with #6B025D

Text Example


Text Example

White with #6B025D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,2,93); }

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

background-color css

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

 a { background-color: rgb(107,2,93); }

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

border-color css

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

 span { border-color: rgb(107,2,93); }

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