Html Css Color HEX #780369 Purple

📋 copy color: '#780369'

red 120 ◦ green 3 ◦ blue 105

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

Shades of Purple #780369

Tints of Purple #780369

RGB

 RED value IS 120 (47.27% from 255) = 52.63%

 GREEN value IS 3 (1.56% from 255) = 1.32%

 BLUE value IS 105 (41.41% from 255) = 46.05%

R = 52.63%
G = 1.32%
B = 46.05%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#780369 (or 0x780369) is known color: Purple. HEX triplet: 78, 03 and 69. RGB value is (120,3,105). Sum of RGB (Red+Green+Blue) = 120+3+105=228 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.63% from 228); Green value is 3 (1.56% from 255 or 1.32% from 228); Blue value is 105 (41.41% from 255 or 46.05% from 228); Max value from RGB is 120 - color contains mainly: red. Hex color #780369 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780369 is #87FC96. Grayscale: #313131. Windows color (decimal): -8912023 or 6882168. OLE color: 6882168.

HSL color Cylindrical-coordinate representation of color #780369: hue angle of 307.69º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #780369 is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 3 105 -
CMYK 0 0.98 0.13 0.53
HSL 307.69º 0.95% 0.24% -
HSV(B) 307.69º 0.98% 0.47% -
XYZ 10.33 5.08 13.8 -
YUV 49.61 159.26 178.21 -
System Red Green Blue C M Y K H S L
Decimal 120 3 105 0 0.98 0.13 0.53 307.69 0.95 0.24
Hex 78 3 69 0 62 D 35 134 5F 18
Octal 170 3 151 0 142 15 65 464 137 30
Binary 1111000 11 1101001 0 1100010 1101 110101 100110100 1011111 11000

Color Harmonies of #780369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780369

Black with #780369

Text Example


Text Example

White with #780369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780369; }

 p { color: rgb(120,3,105); }

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

background-color css

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

 a { background-color: rgb(120,3,105); }

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

border-color css

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

 span { border-color: rgb(120,3,105); }

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