Html Css Color HEX #6704BA Purple Heart

📋 copy color: '#6704BA'

red 103 ◦ green 4 ◦ blue 186

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

Shades of Purple Heart #6704BA

Tints of Purple Heart #6704BA

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.37%

 BLUE value IS 186 (73.05% from 255) = 63.48%

R = 35.15%
G = 1.37%
B = 63.48%

CMYK

 C value IS 0.45

 M value IS 0.98

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6704BA (or 0x6704BA) is known color: Purple Heart. HEX triplet: 67, 04 and BA. RGB value is (103,4,186). Sum of RGB (Red+Green+Blue) = 103+4+186=293 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.15% from 293); Green value is 4 (1.95% from 255 or 1.37% from 293); Blue value is 186 (73.05% from 255 or 63.48% from 293); Max value from RGB is 186 - color contains mainly: blue. Hex color #6704BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6704BA is #98FB45. Grayscale: #353535. Windows color (decimal): -10025798 or 12190823. OLE color: 12190823.

HSL color Cylindrical-coordinate representation of color #6704BA: hue angle of 272.64º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6704BA is Cyan = 0.45, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 103 4 186 -
CMYK 0.45 0.98 0 0.27
HSL 272.64º 0.96% 0.37% -
HSV(B) 272.64º 0.98% 0.73% -
XYZ 14.5 6.52 46.95 -
YUV 54.35 202.3 162.7 -
System Red Green Blue C M Y K H S L
Decimal 103 4 186 0.45 0.98 0 0.27 272.64 0.96 0.37
Hex 67 4 BA 2D 62 0 1B 111 60 25
Octal 147 4 272 55 142 0 33 421 140 45
Binary 1100111 100 10111010 101101 1100010 0 11011 100010001 1100000 100101

Color Harmonies of #6704BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6704BA

Black with #6704BA

Text Example


Text Example

White with #6704BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6704BA; }

 p { color: rgb(103,4,186); }

 H1.HeaderClassName
 {
   color: #6704BA;
 }
 .AnyTagClassName
 {
   color: #6704BA;
 }
</style>

background-color css

<style>
 a { background-color: #6704BA; }

 a { background-color: rgb(103,4,186); }

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

border-color css

<style>
 span { border-color: #6704BA; }

 span { border-color: rgb(103,4,186); }

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