Html Css Color HEX #6913BE Purple Heart

📋 copy color: '#6913BE'

red 105 ◦ green 19 ◦ blue 190

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

Shades of Purple Heart #6913BE

Tints of Purple Heart #6913BE

RGB

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

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

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

R = 33.44%
G = 6.05%
B = 60.51%

CMYK

 C value IS 0.45

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6913BE (or 0x6913BE) is known color: Purple Heart. HEX triplet: 69, 13 and BE. RGB value is (105,19,190). Sum of RGB (Red+Green+Blue) = 105+19+190=314 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.44% from 314); Green value is 19 (7.81% from 255 or 6.05% from 314); Blue value is 190 (74.61% from 255 or 60.51% from 314); Max value from RGB is 190 - color contains mainly: blue. Hex color #6913BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6913BE is #96EC41. Grayscale: #3F3F3F. Windows color (decimal): -9890882 or 12456809. OLE color: 12456809.

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

Color convert

RGB 105 19 190 -
CMYK 0.45 0.90 0 0.25
HSL 270.18º 0.82% 0.41% -
HSV(B) 270.18º 0.9% 0.75% -
XYZ 15.35 7.19 49.29 -
YUV 64.21 198.99 157.1 -
System Red Green Blue C M Y K H S L
Decimal 105 19 190 0.45 0.90 0 0.25 270.18 0.82 0.41
Hex 69 13 BE 2D 5A 0 19 10E 52 29
Octal 151 23 276 55 132 0 31 416 122 51
Binary 1101001 10011 10111110 101101 1011010 0 11001 100001110 1010010 101001

Color Harmonies of #6913BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6913BE

Black with #6913BE

Text Example


Text Example

White with #6913BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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