Html Css Color HEX #6B03CC Dark Violet

📋 copy color: '#6B03CC'

red 107 ◦ green 3 ◦ blue 204

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

Shades of Dark Violet #6B03CC

Tints of Dark Violet #6B03CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 64.97%

R = 34.08%
G = 0.96%
B = 64.97%

CMYK

 C value IS 0.48

 M value IS 0.99

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6B03CC (or 0x6B03CC) is known color: Dark Violet. HEX triplet: 6B, 03 and CC. RGB value is (107,3,204). Sum of RGB (Red+Green+Blue) = 107+3+204=314 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.08% from 314); Green value is 3 (1.56% from 255 or 0.96% from 314); Blue value is 204 (80.08% from 255 or 64.97% from 314); Max value from RGB is 204 - color contains mainly: blue. Hex color #6B03CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B03CC is #94FC33. Grayscale: #383838. Windows color (decimal): -9763892 or 13370219. OLE color: 13370219.

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

Color convert

RGB 107 3 204 -
CMYK 0.48 0.99 0 0.2
HSL 271.04º 0.97% 0.41% -
HSV(B) 271.04º 0.99% 0.8% -
XYZ 17 7.55 57.69 -
YUV 57.01 210.96 163.66 -
System Red Green Blue C M Y K H S L
Decimal 107 3 204 0.48 0.99 0 0.2 271.04 0.97 0.41
Hex 6B 3 CC 30 63 0 14 10F 61 29
Octal 153 3 314 60 143 0 24 417 141 51
Binary 1101011 11 11001100 110000 1100011 0 10100 100001111 1100001 101001

Color Harmonies of #6B03CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B03CC

Black with #6B03CC

Text Example


Text Example

White with #6B03CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,3,204); }

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

background-color css

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

 a { background-color: rgb(107,3,204); }

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

border-color css

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

 span { border-color: rgb(107,3,204); }

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