Html Css Color HEX #670BC3 Purple Heart

📋 copy color: '#670BC3'

red 103 ◦ green 11 ◦ blue 195

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

Shades of Purple Heart #670BC3

Tints of Purple Heart #670BC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 63.11%

R = 33.33%
G = 3.56%
B = 63.11%

CMYK

 C value IS 0.47

 M value IS 0.94

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#670BC3 (or 0x670BC3) is known color: Purple Heart. HEX triplet: 67, 0B and C3. RGB value is (103,11,195). Sum of RGB (Red+Green+Blue) = 103+11+195=309 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.33% from 309); Green value is 11 (4.69% from 255 or 3.56% from 309); Blue value is 195 (76.56% from 255 or 63.11% from 309); Max value from RGB is 195 - color contains mainly: blue. Hex color #670BC3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #670BC3 is #98F43C. Grayscale: #3A3A3A. Windows color (decimal): -10023997 or 12782439. OLE color: 12782439.

HSL color Cylindrical-coordinate representation of color #670BC3: hue angle of 270º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #670BC3 is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 103 11 195 -
CMYK 0.47 0.94 0 0.24
HSL 270º 0.89% 0.4% -
HSV(B) 270º 0.94% 0.76% -
XYZ 15.56 7.06 52.17 -
YUV 59.48 204.48 159.04 -
System Red Green Blue C M Y K H S L
Decimal 103 11 195 0.47 0.94 0 0.24 270 0.89 0.4
Hex 67 B C3 2F 5E 0 18 10E 59 28
Octal 147 13 303 57 136 0 30 416 131 50
Binary 1100111 1011 11000011 101111 1011110 0 11000 100001110 1011001 101000

Color Harmonies of #670BC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670BC3

Black with #670BC3

Text Example


Text Example

White with #670BC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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