Html Css Color HEX #6B02CD Dark Violet

📋 copy color: '#6B02CD'

red 107 ◦ green 2 ◦ blue 205

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

Shades of Dark Violet #6B02CD

Tints of Dark Violet #6B02CD

RGB

 RED value IS 107 (42.19% from 255) = 34.08%

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

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

R = 34.08%
G = 0.64%
B = 65.29%

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

#6B02CD (or 0x6B02CD) is known color: Dark Violet. HEX triplet: 6B, 02 and CD. RGB value is (107,2,205). Sum of RGB (Red+Green+Blue) = 107+2+205=314 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.08% from 314); Green value is 2 (1.17% from 255 or 0.64% from 314); Blue value is 205 (80.47% from 255 or 65.29% from 314); Max value from RGB is 205 - color contains mainly: blue. Hex color #6B02CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B02CD is #94FD32. Grayscale: #373737. Windows color (decimal): -9764147 or 13435499. OLE color: 13435499.

HSL color Cylindrical-coordinate representation of color #6B02CD: hue angle of 271.03º 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 #6B02CD is Cyan = 0.48, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 107 2 205 -
CMYK 0.48 0.99 0 0.20
HSL 271.03º 0.98% 0.41% -
HSV(B) 271.03º 0.99% 0.8% -
XYZ 17.1 7.58 58.32 -
YUV 56.54 211.79 163.99 -
System Red Green Blue C M Y K H S L
Decimal 107 2 205 0.48 0.99 0 0.20 271.03 0.98 0.41
Hex 6B 2 CD 30 63 0 14 10F 62 29
Octal 153 2 315 60 143 0 24 417 142 51
Binary 1101011 10 11001101 110000 1100011 0 10100 100001111 1100010 101001

Color Harmonies of #6B02CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B02CD

Black with #6B02CD

Text Example


Text Example

White with #6B02CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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