Html Css Color HEX #6713BE Purple Heart

📋 copy color: '#6713BE'

red 103 ◦ green 19 ◦ blue 190

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

Shades of Purple Heart #6713BE

Tints of Purple Heart #6713BE

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.09%

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

R = 33.01%
G = 6.09%
B = 60.9%

CMYK

 C value IS 0.46

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6713BE (or 0x6713BE) is known color: Purple Heart. HEX triplet: 67, 13 and BE. RGB value is (103,19,190). Sum of RGB (Red+Green+Blue) = 103+19+190=312 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.01% from 312); Green value is 19 (7.81% from 255 or 6.09% from 312); Blue value is 190 (74.61% from 255 or 60.90% from 312); Max value from RGB is 190 - color contains mainly: blue. Hex color #6713BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6713BE is #98EC41. Grayscale: #3F3F3F. Windows color (decimal): -10021954 or 12456807. OLE color: 12456807.

HSL color Cylindrical-coordinate representation of color #6713BE: hue angle of 269.47º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6713BE is Cyan = 0.46, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 103 19 190 -
CMYK 0.46 0.90 0 0.25
HSL 269.47º 0.82% 0.41% -
HSV(B) 269.47º 0.9% 0.75% -
XYZ 15.12 7.07 49.28 -
YUV 63.61 199.33 156.1 -
System Red Green Blue C M Y K H S L
Decimal 103 19 190 0.46 0.90 0 0.25 269.47 0.82 0.41
Hex 67 13 BE 2E 5A 0 19 10D 52 29
Octal 147 23 276 56 132 0 31 415 122 51
Binary 1100111 10011 10111110 101110 1011010 0 11001 100001101 1010010 101001

Color Harmonies of #6713BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6713BE

Black with #6713BE

Text Example


Text Example

White with #6713BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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