Html Css Color HEX #6910BB Purple Heart

📋 copy color: '#6910BB'

red 105 ◦ green 16 ◦ blue 187

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

Shades of Purple Heart #6910BB

Tints of Purple Heart #6910BB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.19%

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

R = 34.09%
G = 5.19%
B = 60.71%

CMYK

 C value IS 0.44

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6910BB (or 0x6910BB) is known color: Purple Heart. HEX triplet: 69, 10 and BB. RGB value is (105,16,187). Sum of RGB (Red+Green+Blue) = 105+16+187=308 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.09% from 308); Green value is 16 (6.64% from 255 or 5.19% from 308); Blue value is 187 (73.44% from 255 or 60.71% from 308); Max value from RGB is 187 - color contains mainly: blue. Hex color #6910BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6910BB is #96EF44. Grayscale: #3D3D3D. Windows color (decimal): -9891653 or 12259433. OLE color: 12259433.

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

Color convert

RGB 105 16 187 -
CMYK 0.44 0.91 0 0.27
HSL 271.23º 0.84% 0.4% -
HSV(B) 271.23º 0.91% 0.73% -
XYZ 14.98 6.96 47.57 -
YUV 62.11 198.49 158.6 -
System Red Green Blue C M Y K H S L
Decimal 105 16 187 0.44 0.91 0 0.27 271.23 0.84 0.4
Hex 69 10 BB 2C 5B 0 1B 10F 54 28
Octal 151 20 273 54 133 0 33 417 124 50
Binary 1101001 10000 10111011 101100 1011011 0 11011 100001111 1010100 101000

Color Harmonies of #6910BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6910BB

Black with #6910BB

Text Example


Text Example

White with #6910BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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