Html Css Color HEX #650230 Tyrian Purple

📋 copy color: '#650230'

red 101 ◦ green 2 ◦ blue 48

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

Shades of Tyrian Purple #650230

Tints of Tyrian Purple #650230

RGB

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

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

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

R = 66.89%
G = 1.32%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.52

 K value IS 0.60

RGB Variations

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

Color information

#650230 (or 0x650230) is known color: Tyrian Purple. HEX triplet: 65, 02 and 30. RGB value is (101,2,48). Sum of RGB (Red+Green+Blue) = 101+2+48=151 (20% of max value = 765). Red value is 101 (39.84% from 255 or 66.89% from 151); Green value is 2 (1.17% from 255 or 1.32% from 151); Blue value is 48 (19.14% from 255 or 31.79% from 151); Max value from RGB is 101 - color contains mainly: red. Hex color #650230 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650230 is #9AFDCF. Grayscale: #242424. Windows color (decimal): -10157520 or 3146341. OLE color: 3146341.

HSL color Cylindrical-coordinate representation of color #650230: hue angle of 332.12º 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 #650230 is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 2 48 -
CMYK 0 0.98 0.52 0.60
HSL 332.12º 0.96% 0.2% -
HSV(B) 332.12º 0.98% 0.4% -
XYZ 5.92 3.02 3.07 -
YUV 36.85 134.3 173.76 -
System Red Green Blue C M Y K H S L
Decimal 101 2 48 0 0.98 0.52 0.60 332.12 0.96 0.2
Hex 65 2 30 0 62 34 3C 14C 60 14
Octal 145 2 60 0 142 64 74 514 140 24
Binary 1100101 10 110000 0 1100010 110100 111100 101001100 1100000 10100

Color Harmonies of #650230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650230

Black with #650230

Text Example


Text Example

White with #650230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650230; }

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

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

background-color css

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

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

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

border-color css

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

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

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