Html Css Color HEX #610067 Purple

📋 copy color: '#610067'

red 97 ◦ green 0 ◦ blue 103

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

Shades of Purple #610067

Tints of Purple #610067

RGB

 RED value IS 97 (38.28% from 255) = 48.5%

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

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

R = 48.5%
G = 0%
B = 51.5%

CMYK

 C value IS 0.06

 M value IS 1

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#610067 (or 0x610067) is known color: Purple. HEX triplet: 61, 00 and 67. RGB value is (97,0,103). Sum of RGB (Red+Green+Blue) = 97+0+103=200 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.5% from 200); Green value is 0 (0.39% from 255 or 0% from 200); Blue value is 103 (40.62% from 255 or 51.5% from 200); Max value from RGB is 103 - color contains mainly: blue. Hex color #610067 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610067 is #9EFF98. Grayscale: #282828. Windows color (decimal): -10420121 or 6750305. OLE color: 6750305.

HSL color Cylindrical-coordinate representation of color #610067: hue angle of 296.5º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #610067 is Cyan = 0.06, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 97 0 103 -
CMYK 0.06 1 0 0.60
HSL 296.5º 1% 0.2% -
HSV(B) 296.5º 1% 0.4% -
XYZ 7.38 3.52 13.12 -
YUV 40.75 163.14 168.12 -
System Red Green Blue C M Y K H S L
Decimal 97 0 103 0.06 1 0 0.60 296.5 1 0.2
Hex 61 0 67 6 64 0 3C 129 64 14
Octal 141 0 147 6 144 0 74 451 144 24
Binary 1100001 0 1100111 110 1100100 0 111100 100101001 1100100 10100

Color Harmonies of #610067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610067

Black with #610067

Text Example


Text Example

White with #610067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610067; }

 p { color: rgb(97,0,103); }

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

background-color css

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

 a { background-color: rgb(97,0,103); }

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

border-color css

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

 span { border-color: rgb(97,0,103); }

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