Html Css Color HEX #6706BE Purple Heart

📋 copy color: '#6706BE'

red 103 ◦ green 6 ◦ blue 190

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

Shades of Purple Heart #6706BE

Tints of Purple Heart #6706BE

RGB

 RED value IS 103 (40.63% from 255) = 34.45%

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

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

R = 34.45%
G = 2.01%
B = 63.55%

CMYK

 C value IS 0.46

 M value IS 0.97

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6706BE (or 0x6706BE) is known color: Purple Heart. HEX triplet: 67, 06 and BE. RGB value is (103,6,190). Sum of RGB (Red+Green+Blue) = 103+6+190=299 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.45% from 299); Green value is 6 (2.73% from 255 or 2.01% from 299); Blue value is 190 (74.61% from 255 or 63.55% from 299); Max value from RGB is 190 - color contains mainly: blue. Hex color #6706BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6706BE is #98F941. Grayscale: #373737. Windows color (decimal): -10025282 or 12453479. OLE color: 12453479.

HSL color Cylindrical-coordinate representation of color #6706BE: hue angle of 271.63º 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 #6706BE is Cyan = 0.46, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 103 6 190 -
CMYK 0.46 0.97 0 0.25
HSL 271.63º 0.94% 0.38% -
HSV(B) 271.63º 0.97% 0.75% -
XYZ 14.95 6.73 49.23 -
YUV 55.98 203.64 161.54 -
System Red Green Blue C M Y K H S L
Decimal 103 6 190 0.46 0.97 0 0.25 271.63 0.94 0.38
Hex 67 6 BE 2E 61 0 19 110 5E 26
Octal 147 6 276 56 141 0 31 420 136 46
Binary 1100111 110 10111110 101110 1100001 0 11001 100010000 1011110 100110

Color Harmonies of #6706BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6706BE

Black with #6706BE

Text Example


Text Example

White with #6706BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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