Html Css Color HEX #6710BE Purple Heart

📋 copy color: '#6710BE'

red 103 ◦ green 16 ◦ blue 190

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

Shades of Purple Heart #6710BE

Tints of Purple Heart #6710BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 61.49%

R = 33.33%
G = 5.18%
B = 61.49%

CMYK

 C value IS 0.46

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6710BE (or 0x6710BE) is known color: Purple Heart. HEX triplet: 67, 10 and BE. RGB value is (103,16,190). Sum of RGB (Red+Green+Blue) = 103+16+190=309 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.33% from 309); Green value is 16 (6.64% from 255 or 5.18% from 309); Blue value is 190 (74.61% from 255 or 61.49% from 309); Max value from RGB is 190 - color contains mainly: blue. Hex color #6710BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6710BE is #98EF41. Grayscale: #3D3D3D. Windows color (decimal): -10022722 or 12456039. OLE color: 12456039.

HSL color Cylindrical-coordinate representation of color #6710BE: hue angle of 270º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6710BE is Cyan = 0.46, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 103 16 190 -
CMYK 0.46 0.92 0 0.25
HSL 270º 0.84% 0.4% -
HSV(B) 270º 0.92% 0.75% -
XYZ 15.07 6.97 49.27 -
YUV 61.85 200.32 157.35 -
System Red Green Blue C M Y K H S L
Decimal 103 16 190 0.46 0.92 0 0.25 270 0.84 0.4
Hex 67 10 BE 2E 5C 0 19 10E 54 28
Octal 147 20 276 56 134 0 31 416 124 50
Binary 1100111 10000 10111110 101110 1011100 0 11001 100001110 1010100 101000

Color Harmonies of #6710BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6710BE

Black with #6710BE

Text Example


Text Example

White with #6710BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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