Html Css Color HEX #6713BD Purple Heart

📋 copy color: '#6713BD'

red 103 ◦ green 19 ◦ blue 189

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

Shades of Purple Heart #6713BD

Tints of Purple Heart #6713BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 60.77%

R = 33.12%
G = 6.11%
B = 60.77%

CMYK

 C value IS 0.46

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6713BD (or 0x6713BD) is known color: Purple Heart. HEX triplet: 67, 13 and BD. RGB value is (103,19,189). Sum of RGB (Red+Green+Blue) = 103+19+189=311 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.12% from 311); Green value is 19 (7.81% from 255 or 6.11% from 311); Blue value is 189 (74.22% from 255 or 60.77% from 311); Max value from RGB is 189 - color contains mainly: blue. Hex color #6713BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6713BD is #98EC42. Grayscale: #3E3E3E. Windows color (decimal): -10021955 or 12391271. OLE color: 12391271.

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

Color convert

RGB 103 19 189 -
CMYK 0.46 0.90 0 0.26
HSL 269.65º 0.82% 0.41% -
HSV(B) 269.65º 0.9% 0.74% -
XYZ 15.01 7.02 48.71 -
YUV 63.5 198.83 156.18 -
System Red Green Blue C M Y K H S L
Decimal 103 19 189 0.46 0.90 0 0.26 269.65 0.82 0.41
Hex 67 13 BD 2E 5A 0 1A 10E 52 29
Octal 147 23 275 56 132 0 32 416 122 51
Binary 1100111 10011 10111101 101110 1011010 0 11010 100001110 1010010 101001

Color Harmonies of #6713BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6713BD

Black with #6713BD

Text Example


Text Example

White with #6713BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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