Html Css Color HEX #6705B7 Purple Heart

📋 copy color: '#6705B7'

red 103 ◦ green 5 ◦ blue 183

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

Shades of Purple Heart #6705B7

Tints of Purple Heart #6705B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 62.89%

R = 35.4%
G = 1.72%
B = 62.89%

CMYK

 C value IS 0.44

 M value IS 0.97

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#6705B7 (or 0x6705B7) is known color: Purple Heart. HEX triplet: 67, 05 and B7. RGB value is (103,5,183). Sum of RGB (Red+Green+Blue) = 103+5+183=291 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.40% from 291); Green value is 5 (2.34% from 255 or 1.72% from 291); Blue value is 183 (71.88% from 255 or 62.89% from 291); Max value from RGB is 183 - color contains mainly: blue. Hex color #6705B7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6705B7 is #98FA48. Grayscale: #353535. Windows color (decimal): -10025545 or 11994471. OLE color: 11994471.

HSL color Cylindrical-coordinate representation of color #6705B7: hue angle of 273.03º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6705B7 is Cyan = 0.44, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 103 5 183 -
CMYK 0.44 0.97 0 0.28
HSL 273.03º 0.95% 0.37% -
HSV(B) 273.03º 0.97% 0.72% -
XYZ 14.2 6.41 45.29 -
YUV 54.59 200.47 162.53 -
System Red Green Blue C M Y K H S L
Decimal 103 5 183 0.44 0.97 0 0.28 273.03 0.95 0.37
Hex 67 5 B7 2C 61 0 1C 111 5F 25
Octal 147 5 267 54 141 0 34 421 137 45
Binary 1100111 101 10110111 101100 1100001 0 11100 100010001 1011111 100101

Color Harmonies of #6705B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6705B7

Black with #6705B7

Text Example


Text Example

White with #6705B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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