Html Css Color HEX #670DCE Purple Heart

📋 copy color: '#670DCE'

red 103 ◦ green 13 ◦ blue 206

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

Shades of Purple Heart #670DCE

Tints of Purple Heart #670DCE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.04%

 BLUE value IS 206 (80.86% from 255) = 63.98%

R = 31.99%
G = 4.04%
B = 63.98%

CMYK

 C value IS 0.50

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#670DCE (or 0x670DCE) is known color: Purple Heart. HEX triplet: 67, 0D and CE. RGB value is (103,13,206). Sum of RGB (Red+Green+Blue) = 103+13+206=322 (42% of max value = 765). Red value is 103 (40.62% from 255 or 31.99% from 322); Green value is 13 (5.47% from 255 or 4.04% from 322); Blue value is 206 (80.86% from 255 or 63.98% from 322); Max value from RGB is 206 - color contains mainly: blue. Hex color #670DCE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #670DCE is #98F231. Grayscale: #3D3D3D. Windows color (decimal): -10023474 or 13503847. OLE color: 13503847.

HSL color Cylindrical-coordinate representation of color #670DCE: hue angle of 267.98º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #670DCE is Cyan = 0.50, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 103 13 206 -
CMYK 0.50 0.94 0 0.19
HSL 267.98º 0.88% 0.43% -
HSV(B) 267.98º 0.94% 0.81% -
XYZ 16.88 7.63 58.98 -
YUV 61.91 209.32 157.31 -
System Red Green Blue C M Y K H S L
Decimal 103 13 206 0.50 0.94 0 0.19 267.98 0.88 0.43
Hex 67 D CE 32 5E 0 13 10C 58 2B
Octal 147 15 316 62 136 0 23 414 130 53
Binary 1100111 1101 11001110 110010 1011110 0 10011 100001100 1011000 101011

Color Harmonies of #670DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670DCE

Black with #670DCE

Text Example


Text Example

White with #670DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,13,206); }

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

background-color css

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

 a { background-color: rgb(103,13,206); }

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

border-color css

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

 span { border-color: rgb(103,13,206); }

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