Html Css Color HEX #6705BE Purple Heart

📋 copy color: '#6705BE'

red 103 ◦ green 5 ◦ blue 190

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

Shades of Purple Heart #6705BE

Tints of Purple Heart #6705BE

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.68%

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

R = 34.56%
G = 1.68%
B = 63.76%

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

#6705BE (or 0x6705BE) is known color: Purple Heart. HEX triplet: 67, 05 and BE. RGB value is (103,5,190). Sum of RGB (Red+Green+Blue) = 103+5+190=298 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.56% from 298); Green value is 5 (2.34% from 255 or 1.68% from 298); Blue value is 190 (74.61% from 255 or 63.76% from 298); Max value from RGB is 190 - color contains mainly: blue. Hex color #6705BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6705BE is #98FA41. Grayscale: #363636. Windows color (decimal): -10025538 or 12453223. OLE color: 12453223.

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

Color convert

RGB 103 5 190 -
CMYK 0.46 0.97 0 0.25
HSL 271.78º 0.95% 0.38% -
HSV(B) 271.78º 0.97% 0.75% -
XYZ 14.94 6.71 49.22 -
YUV 55.39 203.97 161.96 -
System Red Green Blue C M Y K H S L
Decimal 103 5 190 0.46 0.97 0 0.25 271.78 0.95 0.38
Hex 67 5 BE 2E 61 0 19 110 5F 26
Octal 147 5 276 56 141 0 31 420 137 46
Binary 1100111 101 10111110 101110 1100001 0 11001 100010000 1011111 100110

Color Harmonies of #6705BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6705BE

Black with #6705BE

Text Example


Text Example

White with #6705BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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