Html Css Color HEX #6705B3 Purple Heart

📋 copy color: '#6705B3'

red 103 ◦ green 5 ◦ blue 179

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

Shades of Purple Heart #6705B3

Tints of Purple Heart #6705B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 62.37%

R = 35.89%
G = 1.74%
B = 62.37%

CMYK

 C value IS 0.42

 M value IS 0.97

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#6705B3 (or 0x6705B3) is known color: Purple Heart. HEX triplet: 67, 05 and B3. RGB value is (103,5,179). Sum of RGB (Red+Green+Blue) = 103+5+179=287 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.89% from 287); Green value is 5 (2.34% from 255 or 1.74% from 287); Blue value is 179 (70.31% from 255 or 62.37% from 287); Max value from RGB is 179 - color contains mainly: blue. Hex color #6705B3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6705B3 is #98FA4C. Grayscale: #353535. Windows color (decimal): -10025549 or 11732327. OLE color: 11732327.

HSL color Cylindrical-coordinate representation of color #6705B3: hue angle of 273.79º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6705B3 is Cyan = 0.42, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 103 5 179 -
CMYK 0.42 0.97 0 0.30
HSL 273.79º 0.95% 0.36% -
HSV(B) 273.79º 0.97% 0.7% -
XYZ 13.78 6.25 43.13 -
YUV 54.14 198.47 162.85 -
System Red Green Blue C M Y K H S L
Decimal 103 5 179 0.42 0.97 0 0.30 273.79 0.95 0.36
Hex 67 5 B3 2A 61 0 1E 112 5F 24
Octal 147 5 263 52 141 0 36 422 137 44
Binary 1100111 101 10110011 101010 1100001 0 11110 100010010 1011111 100100

Color Harmonies of #6705B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6705B3

Black with #6705B3

Text Example


Text Example

White with #6705B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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