Html Css Color HEX #6705BD Purple Heart

📋 copy color: '#6705BD'

red 103 ◦ green 5 ◦ blue 189

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

Shades of Purple Heart #6705BD

Tints of Purple Heart #6705BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 63.64%

R = 34.68%
G = 1.68%
B = 63.64%

CMYK

 C value IS 0.46

 M value IS 0.97

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6705BD (or 0x6705BD) is known color: Purple Heart. HEX triplet: 67, 05 and BD. RGB value is (103,5,189). Sum of RGB (Red+Green+Blue) = 103+5+189=297 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.68% from 297); Green value is 5 (2.34% from 255 or 1.68% from 297); Blue value is 189 (74.22% from 255 or 63.64% from 297); Max value from RGB is 189 - color contains mainly: blue. Hex color #6705BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6705BD is #98FA42. Grayscale: #363636. Windows color (decimal): -10025539 or 12387687. OLE color: 12387687.

HSL color Cylindrical-coordinate representation of color #6705BD: hue angle of 271.96º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6705BD is Cyan = 0.46, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 103 5 189 -
CMYK 0.46 0.97 0 0.26
HSL 271.96º 0.95% 0.38% -
HSV(B) 271.96º 0.97% 0.74% -
XYZ 14.83 6.67 48.65 -
YUV 55.28 203.47 162.04 -
System Red Green Blue C M Y K H S L
Decimal 103 5 189 0.46 0.97 0 0.26 271.96 0.95 0.38
Hex 67 5 BD 2E 61 0 1A 110 5F 26
Octal 147 5 275 56 141 0 32 420 137 46
Binary 1100111 101 10111101 101110 1100001 0 11010 100010000 1011111 100110

Color Harmonies of #6705BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6705BD

Black with #6705BD

Text Example


Text Example

White with #6705BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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