Html Css Color HEX #6913BC Purple Heart

📋 copy color: '#6913BC'

red 105 ◦ green 19 ◦ blue 188

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

Shades of Purple Heart #6913BC

Tints of Purple Heart #6913BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 60.26%

R = 33.65%
G = 6.09%
B = 60.26%

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

#6913BC (or 0x6913BC) is known color: Purple Heart. HEX triplet: 69, 13 and BC. RGB value is (105,19,188). Sum of RGB (Red+Green+Blue) = 105+19+188=312 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.65% from 312); Green value is 19 (7.81% from 255 or 6.09% from 312); Blue value is 188 (73.83% from 255 or 60.26% from 312); Max value from RGB is 188 - color contains mainly: blue. Hex color #6913BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6913BC is #96EC43. Grayscale: #3F3F3F. Windows color (decimal): -9890884 or 12325737. OLE color: 12325737.

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

Color convert

RGB 105 19 188 -
CMYK 0.44 0.90 0 0.26
HSL 270.53º 0.82% 0.41% -
HSV(B) 270.53º 0.9% 0.74% -
XYZ 15.14 7.1 48.15 -
YUV 63.98 197.99 157.26 -
System Red Green Blue C M Y K H S L
Decimal 105 19 188 0.44 0.90 0 0.26 270.53 0.82 0.41
Hex 69 13 BC 2C 5A 0 1A 10F 52 29
Octal 151 23 274 54 132 0 32 417 122 51
Binary 1101001 10011 10111100 101100 1011010 0 11010 100001111 1010010 101001

Color Harmonies of #6913BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6913BC

Black with #6913BC

Text Example


Text Example

White with #6913BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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