Html Css Color HEX #6906CE Purple Heart

📋 copy color: '#6906CE'

red 105 ◦ green 6 ◦ blue 206

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

Shades of Purple Heart #6906CE

Tints of Purple Heart #6906CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 64.98%

R = 33.12%
G = 1.89%
B = 64.98%

CMYK

 C value IS 0.49

 M value IS 0.97

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6906CE (or 0x6906CE) is known color: Purple Heart. HEX triplet: 69, 06 and CE. RGB value is (105,6,206). Sum of RGB (Red+Green+Blue) = 105+6+206=317 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.12% from 317); Green value is 6 (2.73% from 255 or 1.89% from 317); Blue value is 206 (80.86% from 255 or 64.98% from 317); Max value from RGB is 206 - color contains mainly: blue. Hex color #6906CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6906CE is #96F931. Grayscale: #393939. Windows color (decimal): -9894194 or 13502057. OLE color: 13502057.

HSL color Cylindrical-coordinate representation of color #6906CE: hue angle of 269.7º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6906CE is Cyan = 0.49, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 105 6 206 -
CMYK 0.49 0.97 0 0.19
HSL 269.7º 0.94% 0.42% -
HSV(B) 269.7º 0.97% 0.81% -
XYZ 17.03 7.59 58.96 -
YUV 58.4 211.3 161.24 -
System Red Green Blue C M Y K H S L
Decimal 105 6 206 0.49 0.97 0 0.19 269.7 0.94 0.42
Hex 69 6 CE 31 61 0 13 10E 5E 2A
Octal 151 6 316 61 141 0 23 416 136 52
Binary 1101001 110 11001110 110001 1100001 0 10011 100001110 1011110 101010

Color Harmonies of #6906CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6906CE

Black with #6906CE

Text Example


Text Example

White with #6906CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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