Html Css Color HEX #6E02CA Dark Violet

📋 copy color: '#6E02CA'

red 110 ◦ green 2 ◦ blue 202

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

Shades of Dark Violet #6E02CA

Tints of Dark Violet #6E02CA

RGB

 RED value IS 110 (43.36% from 255) = 35.03%

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

 BLUE value IS 202 (79.3% from 255) = 64.33%

R = 35.03%
G = 0.64%
B = 64.33%

CMYK

 C value IS 0.46

 M value IS 0.99

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6E02CA (or 0x6E02CA) is known color: Dark Violet. HEX triplet: 6E, 02 and CA. RGB value is (110,2,202). Sum of RGB (Red+Green+Blue) = 110+2+202=314 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.03% from 314); Green value is 2 (1.17% from 255 or 0.64% from 314); Blue value is 202 (79.30% from 255 or 64.33% from 314); Max value from RGB is 202 - color contains mainly: blue. Hex color #6E02CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E02CA is #91FD35. Grayscale: #383838. Windows color (decimal): -9567542 or 13238894. OLE color: 13238894.

HSL color Cylindrical-coordinate representation of color #6E02CA: hue angle of 272.4º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6E02CA is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 110 2 202 -
CMYK 0.46 0.99 0 0.21
HSL 272.4º 0.98% 0.4% -
HSV(B) 272.4º 0.99% 0.79% -
XYZ 17.11 7.62 56.45 -
YUV 57.09 209.78 165.74 -
System Red Green Blue C M Y K H S L
Decimal 110 2 202 0.46 0.99 0 0.21 272.4 0.98 0.4
Hex 6E 2 CA 2E 63 0 15 110 62 28
Octal 156 2 312 56 143 0 25 420 142 50
Binary 1101110 10 11001010 101110 1100011 0 10101 100010000 1100010 101000

Color Harmonies of #6E02CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E02CA

Black with #6E02CA

Text Example


Text Example

White with #6E02CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6E02CA; }

 p { color: rgb(110,2,202); }

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

background-color css

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

 a { background-color: rgb(110,2,202); }

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

border-color css

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

 span { border-color: rgb(110,2,202); }

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