Html Css Color HEX #650252 Tyrian Purple

📋 copy color: '#650252'

red 101 ◦ green 2 ◦ blue 82

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

Shades of Tyrian Purple #650252

Tints of Tyrian Purple #650252

RGB

 RED value IS 101 (39.84% from 255) = 54.59%

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

 BLUE value IS 82 (32.42% from 255) = 44.32%

R = 54.59%
G = 1.08%
B = 44.32%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.19

 K value IS 0.60

RGB Variations

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

Color information

#650252 (or 0x650252) is known color: Tyrian Purple. HEX triplet: 65, 02 and 52. RGB value is (101,2,82). Sum of RGB (Red+Green+Blue) = 101+2+82=185 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.59% from 185); Green value is 2 (1.17% from 255 or 1.08% from 185); Blue value is 82 (32.42% from 255 or 44.32% from 185); Max value from RGB is 101 - color contains mainly: red. Hex color #650252 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650252 is #9AFDAD. Grayscale: #282828. Windows color (decimal): -10157486 or 5374565. OLE color: 5374565.

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

Color convert

RGB 101 2 82 -
CMYK 0 0.98 0.19 0.60
HSL 311.52º 0.96% 0.2% -
HSV(B) 311.52º 0.98% 0.4% -
XYZ 6.91 3.42 8.28 -
YUV 40.72 151.3 171 -
System Red Green Blue C M Y K H S L
Decimal 101 2 82 0 0.98 0.19 0.60 311.52 0.96 0.2
Hex 65 2 52 0 62 13 3C 138 60 14
Octal 145 2 122 0 142 23 74 470 140 24
Binary 1100101 10 1010010 0 1100010 10011 111100 100111000 1100000 10100

Color Harmonies of #650252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650252

Black with #650252

Text Example


Text Example

White with #650252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650252; }

 p { color: rgb(101,2,82); }

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

background-color css

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

 a { background-color: rgb(101,2,82); }

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

border-color css

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

 span { border-color: rgb(101,2,82); }

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