Html Css Color HEX #65002C Tyrian Purple

📋 copy color: '#65002C'

red 101 ◦ green 0 ◦ blue 44

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

Shades of Tyrian Purple #65002C

Tints of Tyrian Purple #65002C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 44 (17.58% from 255) = 30.34%

R = 69.66%
G = 0%
B = 30.34%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.56

 K value IS 0.60

RGB Variations

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

Color information

#65002C (or 0x65002C) is known color: Tyrian Purple. HEX triplet: 65, 00 and 2C. RGB value is (101,0,44). Sum of RGB (Red+Green+Blue) = 101+0+44=145 (19% of max value = 765). Red value is 101 (39.84% from 255 or 69.66% from 145); Green value is 0 (0.39% from 255 or 0% from 145); Blue value is 44 (17.58% from 255 or 30.34% from 145); Max value from RGB is 101 - color contains mainly: red. Hex color #65002C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65002C is #9AFFD3. Grayscale: #232323. Windows color (decimal): -10158036 or 2883685. OLE color: 2883685.

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

Color convert

RGB 101 0 44 -
CMYK 0 1 0.56 0.60
HSL 333.86º 1% 0.2% -
HSV(B) 333.86º 1% 0.4% -
XYZ 5.82 2.95 2.65 -
YUV 35.22 132.96 174.92 -
System Red Green Blue C M Y K H S L
Decimal 101 0 44 0 1 0.56 0.60 333.86 1 0.2
Hex 65 0 2C 0 64 38 3C 14E 64 14
Octal 145 0 54 0 144 70 74 516 144 24
Binary 1100101 0 101100 0 1100100 111000 111100 101001110 1100100 10100

Color Harmonies of #65002C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65002C

Black with #65002C

Text Example


Text Example

White with #65002C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65002C; }

 p { color: rgb(101,0,44); }

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

background-color css

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

 a { background-color: rgb(101,0,44); }

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

border-color css

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

 span { border-color: rgb(101,0,44); }

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