Html Css Color HEX #530C43 Tyrian Purple

📋 copy color: '#530C43'

red 83 ◦ green 12 ◦ blue 67

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

Shades of Tyrian Purple #530C43

Tints of Tyrian Purple #530C43

RGB

 RED value IS 83 (32.81% from 255) = 51.23%

 GREEN value IS 12 (5.08% from 255) = 7.41%

 BLUE value IS 67 (26.56% from 255) = 41.36%

R = 51.23%
G = 7.41%
B = 41.36%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#530C43 (or 0x530C43) is known color: Tyrian Purple. HEX triplet: 53, 0C and 43. RGB value is (83,12,67). Sum of RGB (Red+Green+Blue) = 83+12+67=162 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.23% from 162); Green value is 12 (5.08% from 255 or 7.41% from 162); Blue value is 67 (26.56% from 255 or 41.36% from 162); Max value from RGB is 83 - color contains mainly: red. Hex color #530C43 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530C43 is #ACF3BC. Grayscale: #272727. Windows color (decimal): -11334589 or 4394067. OLE color: 4394067.

HSL color Cylindrical-coordinate representation of color #530C43: hue angle of 313.52º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #530C43 is Cyan = 0, Magento = 0.86, Yellow = 0.19 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 12 67 -
CMYK 0 0.86 0.19 0.67
HSL 313.52º 0.75% 0.19% -
HSV(B) 313.52º 0.86% 0.33% -
XYZ 4.71 2.51 5.55 -
YUV 39.5 143.52 159.03 -
System Red Green Blue C M Y K H S L
Decimal 83 12 67 0 0.86 0.19 0.67 313.52 0.75 0.19
Hex 53 C 43 0 56 13 43 13A 4B 13
Octal 123 14 103 0 126 23 103 472 113 23
Binary 1010011 1100 1000011 0 1010110 10011 1000011 100111010 1001011 10011

Color Harmonies of #530C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530C43

Black with #530C43

Text Example


Text Example

White with #530C43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530C43; }

 p { color: rgb(83,12,67); }

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

background-color css

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

 a { background-color: rgb(83,12,67); }

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

border-color css

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

 span { border-color: rgb(83,12,67); }

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