Html Css Color HEX #6906BE Purple Heart

📋 copy color: '#6906BE'

red 105 ◦ green 6 ◦ blue 190

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

Shades of Purple Heart #6906BE

Tints of Purple Heart #6906BE

RGB

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

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

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

R = 34.88%
G = 1.99%
B = 63.12%

CMYK

 C value IS 0.45

 M value IS 0.97

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6906BE (or 0x6906BE) is known color: Purple Heart. HEX triplet: 69, 06 and BE. RGB value is (105,6,190). Sum of RGB (Red+Green+Blue) = 105+6+190=301 (39% of max value = 765). Red value is 105 (41.41% from 255 or 34.88% from 301); Green value is 6 (2.73% from 255 or 1.99% from 301); Blue value is 190 (74.61% from 255 or 63.12% from 301); Max value from RGB is 190 - color contains mainly: blue. Hex color #6906BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6906BE is #96F941. Grayscale: #373737. Windows color (decimal): -9894210 or 12453481. OLE color: 12453481.

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

Color convert

RGB 105 6 190 -
CMYK 0.45 0.97 0 0.25
HSL 272.28º 0.94% 0.38% -
HSV(B) 272.28º 0.97% 0.75% -
XYZ 15.19 6.85 49.24 -
YUV 56.58 203.3 162.54 -
System Red Green Blue C M Y K H S L
Decimal 105 6 190 0.45 0.97 0 0.25 272.28 0.94 0.38
Hex 69 6 BE 2D 61 0 19 110 5E 26
Octal 151 6 276 55 141 0 31 420 136 46
Binary 1101001 110 10111110 101101 1100001 0 11001 100010000 1011110 100110

Color Harmonies of #6906BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6906BE

Black with #6906BE

Text Example


Text Example

White with #6906BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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