Html Css Color HEX #6906BA Purple Heart

📋 copy color: '#6906BA'

red 105 ◦ green 6 ◦ blue 186

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

Shades of Purple Heart #6906BA

Tints of Purple Heart #6906BA

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.02%

 BLUE value IS 186 (73.05% from 255) = 62.63%

R = 35.35%
G = 2.02%
B = 62.63%

CMYK

 C value IS 0.44

 M value IS 0.97

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6906BA (or 0x6906BA) is known color: Purple Heart. HEX triplet: 69, 06 and BA. RGB value is (105,6,186). Sum of RGB (Red+Green+Blue) = 105+6+186=297 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.35% from 297); Green value is 6 (2.73% from 255 or 2.02% from 297); Blue value is 186 (73.05% from 255 or 62.63% from 297); Max value from RGB is 186 - color contains mainly: blue. Hex color #6906BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6906BA is #96F945. Grayscale: #373737. Windows color (decimal): -9894214 or 12191337. OLE color: 12191337.

HSL color Cylindrical-coordinate representation of color #6906BA: hue angle of 273º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6906BA is Cyan = 0.44, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 105 6 186 -
CMYK 0.44 0.97 0 0.27
HSL 273º 0.94% 0.38% -
HSV(B) 273º 0.97% 0.73% -
XYZ 14.75 6.68 46.97 -
YUV 56.12 201.3 162.86 -
System Red Green Blue C M Y K H S L
Decimal 105 6 186 0.44 0.97 0 0.27 273 0.94 0.38
Hex 69 6 BA 2C 61 0 1B 111 5E 26
Octal 151 6 272 54 141 0 33 421 136 46
Binary 1101001 110 10111010 101100 1100001 0 11011 100010001 1011110 100110

Color Harmonies of #6906BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6906BA

Black with #6906BA

Text Example


Text Example

White with #6906BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6906BA; }

 p { color: rgb(105,6,186); }

 H1.HeaderClassName
 {
   color: #6906BA;
 }
 .AnyTagClassName
 {
   color: #6906BA;
 }
</style>

background-color css

<style>
 a { background-color: #6906BA; }

 a { background-color: rgb(105,6,186); }

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

border-color css

<style>
 span { border-color: #6906BA; }

 span { border-color: rgb(105,6,186); }

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