Html Css Color HEX #670ABC Purple Heart

📋 copy color: '#670ABC'

red 103 ◦ green 10 ◦ blue 188

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

Shades of Purple Heart #670ABC

Tints of Purple Heart #670ABC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.32%

 BLUE value IS 188 (73.83% from 255) = 62.46%

R = 34.22%
G = 3.32%
B = 62.46%

CMYK

 C value IS 0.45

 M value IS 0.95

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#670ABC (or 0x670ABC) is known color: Purple Heart. HEX triplet: 67, 0A and BC. RGB value is (103,10,188). Sum of RGB (Red+Green+Blue) = 103+10+188=301 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.22% from 301); Green value is 10 (4.30% from 255 or 3.32% from 301); Blue value is 188 (73.83% from 255 or 62.46% from 301); Max value from RGB is 188 - color contains mainly: blue. Hex color #670ABC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #670ABC is #98F543. Grayscale: #393939. Windows color (decimal): -10024260 or 12323431. OLE color: 12323431.

HSL color Cylindrical-coordinate representation of color #670ABC: hue angle of 271.35º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #670ABC is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 103 10 188 -
CMYK 0.45 0.95 0 0.26
HSL 271.35º 0.9% 0.39% -
HSV(B) 271.35º 0.95% 0.74% -
XYZ 14.78 6.73 48.1 -
YUV 58.1 201.31 160.03 -
System Red Green Blue C M Y K H S L
Decimal 103 10 188 0.45 0.95 0 0.26 271.35 0.9 0.39
Hex 67 A BC 2D 5F 0 1A 10F 5A 27
Octal 147 12 274 55 137 0 32 417 132 47
Binary 1100111 1010 10111100 101101 1011111 0 11010 100001111 1011010 100111

Color Harmonies of #670ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670ABC

Black with #670ABC

Text Example


Text Example

White with #670ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,10,188); }

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

background-color css

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

 a { background-color: rgb(103,10,188); }

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

border-color css

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

 span { border-color: rgb(103,10,188); }

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