Html Css Color HEX #650130 Tyrian Purple

📋 copy color: '#650130'

red 101 ◦ green 1 ◦ blue 48

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

Shades of Tyrian Purple #650130

Tints of Tyrian Purple #650130

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.67%

 BLUE value IS 48 (19.14% from 255) = 32%

R = 67.33%
G = 0.67%
B = 32%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.52

 K value IS 0.60

RGB Variations

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

Color information

#650130 (or 0x650130) is known color: Tyrian Purple. HEX triplet: 65, 01 and 30. RGB value is (101,1,48). Sum of RGB (Red+Green+Blue) = 101+1+48=150 (19% of max value = 765). Red value is 101 (39.84% from 255 or 67.33% from 150); Green value is 1 (0.78% from 255 or 0.67% from 150); Blue value is 48 (19.14% from 255 or 32% from 150); Max value from RGB is 101 - color contains mainly: red. Hex color #650130 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650130 is #9AFECF. Grayscale: #242424. Windows color (decimal): -10157776 or 3146085. OLE color: 3146085.

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

Color convert

RGB 101 1 48 -
CMYK 0 0.99 0.52 0.60
HSL 331.8º 0.98% 0.2% -
HSV(B) 331.8º 0.99% 0.4% -
XYZ 5.91 3 3.06 -
YUV 36.26 134.63 174.18 -
System Red Green Blue C M Y K H S L
Decimal 101 1 48 0 0.99 0.52 0.60 331.8 0.98 0.2
Hex 65 1 30 0 63 34 3C 14C 62 14
Octal 145 1 60 0 143 64 74 514 142 24
Binary 1100101 1 110000 0 1100011 110100 111100 101001100 1100010 10100

Color Harmonies of #650130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650130

Black with #650130

Text Example


Text Example

White with #650130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650130; }

 p { color: rgb(101,1,48); }

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

background-color css

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

 a { background-color: rgb(101,1,48); }

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

border-color css

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

 span { border-color: rgb(101,1,48); }

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