Html Css Color HEX #6917BE Purple Heart

📋 copy color: '#6917BE'

red 105 ◦ green 23 ◦ blue 190

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

Shades of Purple Heart #6917BE

Tints of Purple Heart #6917BE

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.23%

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

R = 33.02%
G = 7.23%
B = 59.75%

CMYK

 C value IS 0.45

 M value IS 0.88

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6917BE (or 0x6917BE) is known color: Purple Heart. HEX triplet: 69, 17 and BE. RGB value is (105,23,190). Sum of RGB (Red+Green+Blue) = 105+23+190=318 (42% of max value = 765). Red value is 105 (41.41% from 255 or 33.02% from 318); Green value is 23 (9.38% from 255 or 7.23% from 318); Blue value is 190 (74.61% from 255 or 59.75% from 318); Max value from RGB is 190 - color contains mainly: blue. Hex color #6917BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6917BE is #96E841. Grayscale: #414141. Windows color (decimal): -9889858 or 12457833. OLE color: 12457833.

HSL color Cylindrical-coordinate representation of color #6917BE: hue angle of 269.46º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6917BE is Cyan = 0.45, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 105 23 190 -
CMYK 0.45 0.88 0 0.25
HSL 269.46º 0.78% 0.42% -
HSV(B) 269.46º 0.88% 0.75% -
XYZ 15.43 7.33 49.32 -
YUV 66.56 197.67 155.42 -
System Red Green Blue C M Y K H S L
Decimal 105 23 190 0.45 0.88 0 0.25 269.46 0.78 0.42
Hex 69 17 BE 2D 58 0 19 10D 4E 2A
Octal 151 27 276 55 130 0 31 415 116 52
Binary 1101001 10111 10111110 101101 1011000 0 11001 100001101 1001110 101010

Color Harmonies of #6917BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6917BE

Black with #6917BE

Text Example


Text Example

White with #6917BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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