Html Css Color HEX #671ADA Purple Heart

📋 copy color: '#671ADA'

red 103 ◦ green 26 ◦ blue 218

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

Shades of Purple Heart #671ADA

Tints of Purple Heart #671ADA

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.49%

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

R = 29.68%
G = 7.49%
B = 62.82%

CMYK

 C value IS 0.53

 M value IS 0.88

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#671ADA (or 0x671ADA) is known color: Purple Heart. HEX triplet: 67, 1A and DA. RGB value is (103,26,218). Sum of RGB (Red+Green+Blue) = 103+26+218=347 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.68% from 347); Green value is 26 (10.55% from 255 or 7.49% from 347); Blue value is 218 (85.55% from 255 or 62.82% from 347); Max value from RGB is 218 - color contains mainly: blue. Hex color #671ADA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #671ADA is #98E525. Grayscale: #464646. Windows color (decimal): -10020134 or 14293607. OLE color: 14293607.

HSL color Cylindrical-coordinate representation of color #671ADA: hue angle of 264.06º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #671ADA is Cyan = 0.53, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 103 26 218 -
CMYK 0.53 0.88 0 0.15
HSL 264.06º 0.79% 0.48% -
HSV(B) 264.06º 0.88% 0.85% -
XYZ 18.62 8.68 67.02 -
YUV 70.91 211.01 150.89 -
System Red Green Blue C M Y K H S L
Decimal 103 26 218 0.53 0.88 0 0.15 264.06 0.79 0.48
Hex 67 1A DA 35 58 0 F 108 4F 30
Octal 147 32 332 65 130 0 17 410 117 60
Binary 1100111 11010 11011010 110101 1011000 0 1111 100001000 1001111 110000

Color Harmonies of #671ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671ADA

Black with #671ADA

Text Example


Text Example

White with #671ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671ADA; }

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

 H1.HeaderClassName
 {
   color: #671ADA;
 }
 .AnyTagClassName
 {
   color: #671ADA;
 }
</style>

background-color css

<style>
 a { background-color: #671ADA; }

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

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

border-color css

<style>
 span { border-color: #671ADA; }

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

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