Html Css Color HEX #6700CE Purple Heart

📋 copy color: '#6700CE'

red 103 ◦ green 0 ◦ blue 206

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

Shades of Purple Heart #6700CE

Tints of Purple Heart #6700CE

RGB

 RED value IS 103 (40.63% from 255) = 33.33%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 206 (80.86% from 255) = 66.67%

R = 33.33%
G = 0%
B = 66.67%

CMYK

 C value IS 0.50

 M value IS 1

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6700CE (or 0x6700CE) is known color: Purple Heart. HEX triplet: 67, 00 and CE. RGB value is (103,0,206). Sum of RGB (Red+Green+Blue) = 103+0+206=309 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.33% from 309); Green value is 0 (0.39% from 255 or 0% from 309); Blue value is 206 (80.86% from 255 or 66.67% from 309); Max value from RGB is 206 - color contains mainly: blue. Hex color #6700CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6700CE is #98FF31. Grayscale: #353535. Windows color (decimal): -10026802 or 13500519. OLE color: 13500519.

HSL color Cylindrical-coordinate representation of color #6700CE: hue angle of 270º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6700CE is Cyan = 0.50, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 103 0 206 -
CMYK 0.50 1 0 0.19
HSL 270º 1% 0.4% -
HSV(B) 270º 1% 0.81% -
XYZ 16.73 7.34 58.93 -
YUV 54.28 213.62 162.75 -
System Red Green Blue C M Y K H S L
Decimal 103 0 206 0.50 1 0 0.19 270 1 0.4
Hex 67 0 CE 32 64 0 13 10E 64 28
Octal 147 0 316 62 144 0 23 416 144 50
Binary 1100111 0 11001110 110010 1100100 0 10011 100001110 1100100 101000

Color Harmonies of #6700CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6700CE

Black with #6700CE

Text Example


Text Example

White with #6700CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6700CE; }

 p { color: rgb(103,0,206); }

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

background-color css

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

 a { background-color: rgb(103,0,206); }

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

border-color css

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

 span { border-color: rgb(103,0,206); }

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