Html Css Color HEX #600367 Purple

📋 copy color: '#600367'

red 96 ◦ green 3 ◦ blue 103

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

Shades of Purple #600367

Tints of Purple #600367

RGB

 RED value IS 96 (37.89% from 255) = 47.52%

 GREEN value IS 3 (1.56% from 255) = 1.49%

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

R = 47.52%
G = 1.49%
B = 50.99%

CMYK

 C value IS 0.07

 M value IS 0.97

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#600367 (or 0x600367) is known color: Purple. HEX triplet: 60, 03 and 67. RGB value is (96,3,103). Sum of RGB (Red+Green+Blue) = 96+3+103=202 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.52% from 202); Green value is 3 (1.56% from 255 or 1.49% from 202); Blue value is 103 (40.62% from 255 or 50.99% from 202); Max value from RGB is 103 - color contains mainly: blue. Hex color #600367 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600367 is #9FFC98. Grayscale: #292929. Windows color (decimal): -10484889 or 6751072. OLE color: 6751072.

HSL color Cylindrical-coordinate representation of color #600367: hue angle of 295.8º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #600367 is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 96 3 103 -
CMYK 0.07 0.97 0 0.60
HSL 295.8º 0.94% 0.21% -
HSV(B) 295.8º 0.97% 0.4% -
XYZ 7.3 3.53 13.13 -
YUV 42.21 162.31 166.37 -
System Red Green Blue C M Y K H S L
Decimal 96 3 103 0.07 0.97 0 0.60 295.8 0.94 0.21
Hex 60 3 67 7 61 0 3C 128 5E 15
Octal 140 3 147 7 141 0 74 450 136 25
Binary 1100000 11 1100111 111 1100001 0 111100 100101000 1011110 10101

Color Harmonies of #600367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600367

Black with #600367

Text Example


Text Example

White with #600367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600367; }

 p { color: rgb(96,3,103); }

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

background-color css

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

 a { background-color: rgb(96,3,103); }

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

border-color css

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

 span { border-color: rgb(96,3,103); }

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