Html Css Color HEX #6710BB Purple Heart

📋 copy color: '#6710BB'

red 103 ◦ green 16 ◦ blue 187

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

Shades of Purple Heart #6710BB

Tints of Purple Heart #6710BB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.23%

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

R = 33.66%
G = 5.23%
B = 61.11%

CMYK

 C value IS 0.45

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6710BB (or 0x6710BB) is known color: Purple Heart. HEX triplet: 67, 10 and BB. RGB value is (103,16,187). Sum of RGB (Red+Green+Blue) = 103+16+187=306 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.66% from 306); Green value is 16 (6.64% from 255 or 5.23% from 306); Blue value is 187 (73.44% from 255 or 61.11% from 306); Max value from RGB is 187 - color contains mainly: blue. Hex color #6710BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6710BB is #98EF44. Grayscale: #3C3C3C. Windows color (decimal): -10022725 or 12259431. OLE color: 12259431.

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

Color convert

RGB 103 16 187 -
CMYK 0.45 0.91 0 0.27
HSL 270.53º 0.84% 0.4% -
HSV(B) 270.53º 0.91% 0.73% -
XYZ 14.75 6.84 47.56 -
YUV 61.51 198.82 157.6 -
System Red Green Blue C M Y K H S L
Decimal 103 16 187 0.45 0.91 0 0.27 270.53 0.84 0.4
Hex 67 10 BB 2D 5B 0 1B 10F 54 28
Octal 147 20 273 55 133 0 33 417 124 50
Binary 1100111 10000 10111011 101101 1011011 0 11011 100001111 1010100 101000

Color Harmonies of #6710BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6710BB

Black with #6710BB

Text Example


Text Example

White with #6710BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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