Html Css Color HEX #6705BB Purple Heart

📋 copy color: '#6705BB'

red 103 ◦ green 5 ◦ blue 187

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

Shades of Purple Heart #6705BB

Tints of Purple Heart #6705BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 63.39%

R = 34.92%
G = 1.69%
B = 63.39%

CMYK

 C value IS 0.45

 M value IS 0.97

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6705BB (or 0x6705BB) is known color: Purple Heart. HEX triplet: 67, 05 and BB. RGB value is (103,5,187). Sum of RGB (Red+Green+Blue) = 103+5+187=295 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.92% from 295); Green value is 5 (2.34% from 255 or 1.69% from 295); Blue value is 187 (73.44% from 255 or 63.39% from 295); Max value from RGB is 187 - color contains mainly: blue. Hex color #6705BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6705BB is #98FA44. Grayscale: #363636. Windows color (decimal): -10025541 or 12256615. OLE color: 12256615.

HSL color Cylindrical-coordinate representation of color #6705BB: hue angle of 272.31º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6705BB is Cyan = 0.45, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 103 5 187 -
CMYK 0.45 0.97 0 0.27
HSL 272.31º 0.95% 0.38% -
HSV(B) 272.31º 0.97% 0.73% -
XYZ 14.62 6.58 47.51 -
YUV 55.05 202.47 162.2 -
System Red Green Blue C M Y K H S L
Decimal 103 5 187 0.45 0.97 0 0.27 272.31 0.95 0.38
Hex 67 5 BB 2D 61 0 1B 110 5F 26
Octal 147 5 273 55 141 0 33 420 137 46
Binary 1100111 101 10111011 101101 1100001 0 11011 100010000 1011111 100110

Color Harmonies of #6705BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6705BB

Black with #6705BB

Text Example


Text Example

White with #6705BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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