Html Css Color HEX #6705CE Purple Heart

📋 copy color: '#6705CE'

red 103 ◦ green 5 ◦ blue 206

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

Shades of Purple Heart #6705CE

Tints of Purple Heart #6705CE

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.59%

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

R = 32.8%
G = 1.59%
B = 65.61%

CMYK

 C value IS 0.50

 M value IS 0.98

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6705CE (or 0x6705CE) is known color: Purple Heart. HEX triplet: 67, 05 and CE. RGB value is (103,5,206). Sum of RGB (Red+Green+Blue) = 103+5+206=314 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.80% from 314); Green value is 5 (2.34% from 255 or 1.59% from 314); Blue value is 206 (80.86% from 255 or 65.61% from 314); Max value from RGB is 206 - color contains mainly: blue. Hex color #6705CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6705CE is #98FA31. Grayscale: #383838. Windows color (decimal): -10025522 or 13501799. OLE color: 13501799.

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

Color convert

RGB 103 5 206 -
CMYK 0.50 0.98 0 0.19
HSL 269.25º 0.95% 0.41% -
HSV(B) 269.25º 0.98% 0.81% -
XYZ 16.79 7.45 58.95 -
YUV 57.22 211.97 160.66 -
System Red Green Blue C M Y K H S L
Decimal 103 5 206 0.50 0.98 0 0.19 269.25 0.95 0.41
Hex 67 5 CE 32 62 0 13 10D 5F 29
Octal 147 5 316 62 142 0 23 415 137 51
Binary 1100111 101 11001110 110010 1100010 0 10011 100001101 1011111 101001

Color Harmonies of #6705CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6705CE

Black with #6705CE

Text Example


Text Example

White with #6705CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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