Html Css Color HEX #680430 Tyrian Purple

📋 copy color: '#680430'

red 104 ◦ green 4 ◦ blue 48

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

Shades of Tyrian Purple #680430

Tints of Tyrian Purple #680430

RGB

 RED value IS 104 (41.02% from 255) = 66.67%

 GREEN value IS 4 (1.95% from 255) = 2.56%

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

R = 66.67%
G = 2.56%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.54

 K value IS 0.59

RGB Variations

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

Color information

#680430 (or 0x680430) is known color: Tyrian Purple. HEX triplet: 68, 04 and 30. RGB value is (104,4,48). Sum of RGB (Red+Green+Blue) = 104+4+48=156 (20% of max value = 765). Red value is 104 (41.02% from 255 or 66.67% from 156); Green value is 4 (1.95% from 255 or 2.56% from 156); Blue value is 48 (19.14% from 255 or 30.77% from 156); Max value from RGB is 104 - color contains mainly: red. Hex color #680430 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680430 is #97FBCF. Grayscale: #262626. Windows color (decimal): -9960400 or 3146856. OLE color: 3146856.

HSL color Cylindrical-coordinate representation of color #680430: hue angle of 333.6º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #680430 is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 4 48 -
CMYK 0 0.96 0.54 0.59
HSL 333.6º 0.93% 0.21% -
HSV(B) 333.6º 0.96% 0.41% -
XYZ 6.29 3.24 3.09 -
YUV 38.92 133.13 174.42 -
System Red Green Blue C M Y K H S L
Decimal 104 4 48 0 0.96 0.54 0.59 333.6 0.93 0.21
Hex 68 4 30 0 60 36 3B 14E 5D 15
Octal 150 4 60 0 140 66 73 516 135 25
Binary 1101000 100 110000 0 1100000 110110 111011 101001110 1011101 10101

Color Harmonies of #680430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680430

Black with #680430

Text Example


Text Example

White with #680430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680430; }

 p { color: rgb(104,4,48); }

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

background-color css

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

 a { background-color: rgb(104,4,48); }

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

border-color css

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

 span { border-color: rgb(104,4,48); }

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