Html Css Color HEX #65094B Tyrian Purple

📋 copy color: '#65094B'

red 101 ◦ green 9 ◦ blue 75

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

Shades of Tyrian Purple #65094B

Tints of Tyrian Purple #65094B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.86%

 BLUE value IS 75 (29.69% from 255) = 40.54%

R = 54.59%
G = 4.86%
B = 40.54%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.26

 K value IS 0.60

RGB Variations

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

Color information

#65094B (or 0x65094B) is known color: Tyrian Purple. HEX triplet: 65, 09 and 4B. RGB value is (101,9,75). Sum of RGB (Red+Green+Blue) = 101+9+75=185 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.59% from 185); Green value is 9 (3.91% from 255 or 4.86% from 185); Blue value is 75 (29.69% from 255 or 40.54% from 185); Max value from RGB is 101 - color contains mainly: red. Hex color #65094B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65094B is #9AF6B4. Grayscale: #2B2B2B. Windows color (decimal): -10155701 or 4917605. OLE color: 4917605.

HSL color Cylindrical-coordinate representation of color #65094B: hue angle of 316.96º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #65094B is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 9 75 -
CMYK 0 0.91 0.26 0.60
HSL 316.96º 0.84% 0.22% -
HSV(B) 316.96º 0.91% 0.4% -
XYZ 6.73 3.47 6.97 -
YUV 44.03 145.48 168.63 -
System Red Green Blue C M Y K H S L
Decimal 101 9 75 0 0.91 0.26 0.60 316.96 0.84 0.22
Hex 65 9 4B 0 5B 1A 3C 13D 54 16
Octal 145 11 113 0 133 32 74 475 124 26
Binary 1100101 1001 1001011 0 1011011 11010 111100 100111101 1010100 10110

Color Harmonies of #65094B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65094B

Black with #65094B

Text Example


Text Example

White with #65094B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65094B; }

 p { color: rgb(101,9,75); }

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

background-color css

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

 a { background-color: rgb(101,9,75); }

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

border-color css

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

 span { border-color: rgb(101,9,75); }

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