Html Css Color HEX #6A02CD Dark Violet

📋 copy color: '#6A02CD'

red 106 ◦ green 2 ◦ blue 205

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

Shades of Dark Violet #6A02CD

Tints of Dark Violet #6A02CD

RGB

 RED value IS 106 (41.8% from 255) = 33.87%

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

 BLUE value IS 205 (80.47% from 255) = 65.5%

R = 33.87%
G = 0.64%
B = 65.5%

CMYK

 C value IS 0.48

 M value IS 0.99

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6A02CD (or 0x6A02CD) is known color: Dark Violet. HEX triplet: 6A, 02 and CD. RGB value is (106,2,205). Sum of RGB (Red+Green+Blue) = 106+2+205=313 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.87% from 313); Green value is 2 (1.17% from 255 or 0.64% from 313); Blue value is 205 (80.47% from 255 or 65.50% from 313); Max value from RGB is 205 - color contains mainly: blue. Hex color #6A02CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6A02CD is #95FD32. Grayscale: #373737. Windows color (decimal): -9829683 or 13435498. OLE color: 13435498.

HSL color Cylindrical-coordinate representation of color #6A02CD: hue angle of 270.74º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6A02CD is Cyan = 0.48, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 106 2 205 -
CMYK 0.48 0.99 0 0.20
HSL 270.74º 0.98% 0.41% -
HSV(B) 270.74º 0.99% 0.8% -
XYZ 16.99 7.52 58.31 -
YUV 56.24 211.96 163.49 -
System Red Green Blue C M Y K H S L
Decimal 106 2 205 0.48 0.99 0 0.20 270.74 0.98 0.41
Hex 6A 2 CD 30 63 0 14 10F 62 29
Octal 152 2 315 60 143 0 24 417 142 51
Binary 1101010 10 11001101 110000 1100011 0 10100 100001111 1100010 101001

Color Harmonies of #6A02CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A02CD

Black with #6A02CD

Text Example


Text Example

White with #6A02CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,2,205); }

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

background-color css

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

 a { background-color: rgb(106,2,205); }

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

border-color css

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

 span { border-color: rgb(106,2,205); }

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