Html Css Color HEX #6917BB Purple Heart

📋 copy color: '#6917BB'

red 105 ◦ green 23 ◦ blue 187

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

Shades of Purple Heart #6917BB

Tints of Purple Heart #6917BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 59.37%

R = 33.33%
G = 7.3%
B = 59.37%

CMYK

 C value IS 0.44

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6917BB (or 0x6917BB) is known color: Purple Heart. HEX triplet: 69, 17 and BB. RGB value is (105,23,187). Sum of RGB (Red+Green+Blue) = 105+23+187=315 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.33% from 315); Green value is 23 (9.38% from 255 or 7.30% from 315); Blue value is 187 (73.44% from 255 or 59.37% from 315); Max value from RGB is 187 - color contains mainly: blue. Hex color #6917BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6917BB is #96E844. Grayscale: #414141. Windows color (decimal): -9889861 or 12261225. OLE color: 12261225.

HSL color Cylindrical-coordinate representation of color #6917BB: hue angle of 270º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6917BB is Cyan = 0.44, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 105 23 187 -
CMYK 0.44 0.88 0 0.27
HSL 270º 0.78% 0.41% -
HSV(B) 270º 0.88% 0.73% -
XYZ 15.1 7.2 47.61 -
YUV 66.21 196.17 155.66 -
System Red Green Blue C M Y K H S L
Decimal 105 23 187 0.44 0.88 0 0.27 270 0.78 0.41
Hex 69 17 BB 2C 58 0 1B 10E 4E 29
Octal 151 27 273 54 130 0 33 416 116 51
Binary 1101001 10111 10111011 101100 1011000 0 11011 100001110 1001110 101001

Color Harmonies of #6917BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6917BB

Black with #6917BB

Text Example


Text Example

White with #6917BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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