Html Css Color HEX #670FDA Purple Heart

📋 copy color: '#670FDA'

red 103 ◦ green 15 ◦ blue 218

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

Shades of Purple Heart #670FDA

Tints of Purple Heart #670FDA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.46%

 BLUE value IS 218 (85.55% from 255) = 64.88%

R = 30.65%
G = 4.46%
B = 64.88%

CMYK

 C value IS 0.53

 M value IS 0.93

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#670FDA (or 0x670FDA) is known color: Purple Heart. HEX triplet: 67, 0F and DA. RGB value is (103,15,218). Sum of RGB (Red+Green+Blue) = 103+15+218=336 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.65% from 336); Green value is 15 (6.25% from 255 or 4.46% from 336); Blue value is 218 (85.55% from 255 or 64.88% from 336); Max value from RGB is 218 - color contains mainly: blue. Hex color #670FDA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #670FDA is #98F025. Grayscale: #3F3F3F. Windows color (decimal): -10022950 or 14290791. OLE color: 14290791.

HSL color Cylindrical-coordinate representation of color #670FDA: hue angle of 266.01º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #670FDA is Cyan = 0.53, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 103 15 218 -
CMYK 0.53 0.93 0 0.15
HSL 266.01º 0.87% 0.46% -
HSV(B) 266.01º 0.93% 0.85% -
XYZ 18.42 8.29 66.96 -
YUV 64.45 214.65 155.49 -
System Red Green Blue C M Y K H S L
Decimal 103 15 218 0.53 0.93 0 0.15 266.01 0.87 0.46
Hex 67 F DA 35 5D 0 F 10A 57 2E
Octal 147 17 332 65 135 0 17 412 127 56
Binary 1100111 1111 11011010 110101 1011101 0 1111 100001010 1010111 101110

Color Harmonies of #670FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670FDA

Black with #670FDA

Text Example


Text Example

White with #670FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,15,218); }

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

background-color css

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

 a { background-color: rgb(103,15,218); }

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

border-color css

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

 span { border-color: rgb(103,15,218); }

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