Html Css Color HEX #670BAE Purple Heart

📋 copy color: '#670BAE'

red 103 ◦ green 11 ◦ blue 174

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

Shades of Purple Heart #670BAE

Tints of Purple Heart #670BAE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.82%

 BLUE value IS 174 (68.36% from 255) = 60.42%

R = 35.76%
G = 3.82%
B = 60.42%

CMYK

 C value IS 0.41

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#670BAE (or 0x670BAE) is known color: Purple Heart. HEX triplet: 67, 0B and AE. RGB value is (103,11,174). Sum of RGB (Red+Green+Blue) = 103+11+174=288 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.76% from 288); Green value is 11 (4.69% from 255 or 3.82% from 288); Blue value is 174 (68.36% from 255 or 60.42% from 288); Max value from RGB is 174 - color contains mainly: blue. Hex color #670BAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #670BAE is #98F451. Grayscale: #383838. Windows color (decimal): -10024018 or 11406183. OLE color: 11406183.

HSL color Cylindrical-coordinate representation of color #670BAE: hue angle of 273.87º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #670BAE is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 103 11 174 -
CMYK 0.41 0.94 0 0.32
HSL 273.87º 0.88% 0.36% -
HSV(B) 273.87º 0.94% 0.68% -
XYZ 13.35 6.18 40.53 -
YUV 57.09 193.98 160.75 -
System Red Green Blue C M Y K H S L
Decimal 103 11 174 0.41 0.94 0 0.32 273.87 0.88 0.36
Hex 67 B AE 29 5E 0 20 112 58 24
Octal 147 13 256 51 136 0 40 422 130 44
Binary 1100111 1011 10101110 101001 1011110 0 100000 100010010 1011000 100100

Color Harmonies of #670BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670BAE

Black with #670BAE

Text Example


Text Example

White with #670BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670BAE; }

 p { color: rgb(103,11,174); }

 H1.HeaderClassName
 {
   color: #670BAE;
 }
 .AnyTagClassName
 {
   color: #670BAE;
 }
</style>

background-color css

<style>
 a { background-color: #670BAE; }

 a { background-color: rgb(103,11,174); }

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

border-color css

<style>
 span { border-color: #670BAE; }

 span { border-color: rgb(103,11,174); }

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