Html Css Color HEX #650527 Tyrian Purple

📋 copy color: '#650527'

red 101 ◦ green 5 ◦ blue 39

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

Shades of Tyrian Purple #650527

Tints of Tyrian Purple #650527

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.45%

 BLUE value IS 39 (15.63% from 255) = 26.9%

R = 69.66%
G = 3.45%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.61

 K value IS 0.60

RGB Variations

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

Color information

#650527 (or 0x650527) is known color: Tyrian Purple. HEX triplet: 65, 05 and 27. RGB value is (101,5,39). Sum of RGB (Red+Green+Blue) = 101+5+39=145 (19% of max value = 765). Red value is 101 (39.84% from 255 or 69.66% from 145); Green value is 5 (2.34% from 255 or 3.45% from 145); Blue value is 39 (15.62% from 255 or 26.90% from 145); Max value from RGB is 101 - color contains mainly: red. Hex color #650527 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650527 is #9AFAD8. Grayscale: #252525. Windows color (decimal): -10156761 or 2557285. OLE color: 2557285.

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

Color convert

RGB 101 5 39 -
CMYK 0 0.95 0.61 0.60
HSL 338.75º 0.91% 0.21% -
HSV(B) 338.75º 0.95% 0.4% -
XYZ 5.79 3.02 2.2 -
YUV 37.58 128.8 173.24 -
System Red Green Blue C M Y K H S L
Decimal 101 5 39 0 0.95 0.61 0.60 338.75 0.91 0.21
Hex 65 5 27 0 5F 3D 3C 153 5B 15
Octal 145 5 47 0 137 75 74 523 133 25
Binary 1100101 101 100111 0 1011111 111101 111100 101010011 1011011 10101

Color Harmonies of #650527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650527

Black with #650527

Text Example


Text Example

White with #650527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650527; }

 p { color: rgb(101,5,39); }

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

background-color css

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

 a { background-color: rgb(101,5,39); }

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

border-color css

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

 span { border-color: rgb(101,5,39); }

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