Html Css Color HEX #6716BE Purple Heart

📋 copy color: '#6716BE'

red 103 ◦ green 22 ◦ blue 190

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

Shades of Purple Heart #6716BE

Tints of Purple Heart #6716BE

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.98%

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

R = 32.7%
G = 6.98%
B = 60.32%

CMYK

 C value IS 0.46

 M value IS 0.88

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6716BE (or 0x6716BE) is known color: Purple Heart. HEX triplet: 67, 16 and BE. RGB value is (103,22,190). Sum of RGB (Red+Green+Blue) = 103+22+190=315 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.70% from 315); Green value is 22 (8.98% from 255 or 6.98% from 315); Blue value is 190 (74.61% from 255 or 60.32% from 315); Max value from RGB is 190 - color contains mainly: blue. Hex color #6716BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6716BE is #98E941. Grayscale: #404040. Windows color (decimal): -10021186 or 12457575. OLE color: 12457575.

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

Color convert

RGB 103 22 190 -
CMYK 0.46 0.88 0 0.25
HSL 268.93º 0.79% 0.42% -
HSV(B) 268.93º 0.88% 0.75% -
XYZ 15.17 7.18 49.3 -
YUV 65.37 198.34 154.84 -
System Red Green Blue C M Y K H S L
Decimal 103 22 190 0.46 0.88 0 0.25 268.93 0.79 0.42
Hex 67 16 BE 2E 58 0 19 10D 4F 2A
Octal 147 26 276 56 130 0 31 415 117 52
Binary 1100111 10110 10111110 101110 1011000 0 11001 100001101 1001111 101010

Color Harmonies of #6716BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6716BE

Black with #6716BE

Text Example


Text Example

White with #6716BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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