Html Css Color HEX #6913BD Purple Heart

📋 copy color: '#6913BD'

red 105 ◦ green 19 ◦ blue 189

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

Shades of Purple Heart #6913BD

Tints of Purple Heart #6913BD

RGB

 RED value IS 105 (41.41% from 255) = 33.55%

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

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

R = 33.55%
G = 6.07%
B = 60.38%

CMYK

 C value IS 0.44

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6913BD (or 0x6913BD) is known color: Purple Heart. HEX triplet: 69, 13 and BD. RGB value is (105,19,189). Sum of RGB (Red+Green+Blue) = 105+19+189=313 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.55% from 313); Green value is 19 (7.81% from 255 or 6.07% from 313); Blue value is 189 (74.22% from 255 or 60.38% from 313); Max value from RGB is 189 - color contains mainly: blue. Hex color #6913BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6913BD is #96EC42. Grayscale: #3F3F3F. Windows color (decimal): -9890883 or 12391273. OLE color: 12391273.

HSL color Cylindrical-coordinate representation of color #6913BD: hue angle of 270.35º 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 #6913BD is Cyan = 0.44, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 105 19 189 -
CMYK 0.44 0.90 0 0.26
HSL 270.35º 0.82% 0.41% -
HSV(B) 270.35º 0.9% 0.74% -
XYZ 15.24 7.14 48.72 -
YUV 64.09 198.49 157.18 -
System Red Green Blue C M Y K H S L
Decimal 105 19 189 0.44 0.90 0 0.26 270.35 0.82 0.41
Hex 69 13 BD 2C 5A 0 1A 10E 52 29
Octal 151 23 275 54 132 0 32 416 122 51
Binary 1101001 10011 10111101 101100 1011010 0 11010 100001110 1010010 101001

Color Harmonies of #6913BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6913BD

Black with #6913BD

Text Example


Text Example

White with #6913BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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