Html Css Color HEX #682298 Royal Purple

📋 copy color: '#682298'

red 104 ◦ green 34 ◦ blue 152

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

Shades of Royal Purple #682298

Tints of Royal Purple #682298

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.72%

 BLUE value IS 152 (59.77% from 255) = 52.41%

R = 35.86%
G = 11.72%
B = 52.41%

CMYK

 C value IS 0.32

 M value IS 0.78

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#682298 (or 0x682298) is known color: Royal Purple. HEX triplet: 68, 22 and 98. RGB value is (104,34,152). Sum of RGB (Red+Green+Blue) = 104+34+152=290 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.86% from 290); Green value is 34 (13.67% from 255 or 11.72% from 290); Blue value is 152 (59.77% from 255 or 52.41% from 290); Max value from RGB is 152 - color contains mainly: blue. Hex color #682298 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682298 is #97DD67. Grayscale: #434343. Windows color (decimal): -9952616 or 9970280. OLE color: 9970280.

HSL color Cylindrical-coordinate representation of color #682298: hue angle of 275.59º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #682298 is Cyan = 0.32, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 104 34 152 -
CMYK 0.32 0.78 0 0.40
HSL 275.59º 0.63% 0.36% -
HSV(B) 275.59º 0.78% 0.6% -
XYZ 11.95 6.35 30.3 -
YUV 68.38 175.19 153.41 -
System Red Green Blue C M Y K H S L
Decimal 104 34 152 0.32 0.78 0 0.40 275.59 0.63 0.36
Hex 68 22 98 20 4E 0 28 114 3F 24
Octal 150 42 230 40 116 0 50 424 77 44
Binary 1101000 100010 10011000 100000 1001110 0 101000 100010100 111111 100100

Color Harmonies of #682298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682298

Black with #682298

Text Example


Text Example

White with #682298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682298; }

 p { color: rgb(104,34,152); }

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

background-color css

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

 a { background-color: rgb(104,34,152); }

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

border-color css

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

 span { border-color: rgb(104,34,152); }

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