Html Css Color HEX #6702AE Purple Heart

📋 copy color: '#6702AE'

red 103 ◦ green 2 ◦ blue 174

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

Shades of Purple Heart #6702AE

Tints of Purple Heart #6702AE

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.72%

 BLUE value IS 174 (68.36% from 255) = 62.37%

R = 36.92%
G = 0.72%
B = 62.37%

CMYK

 C value IS 0.41

 M value IS 0.99

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6702AE (or 0x6702AE) is known color: Purple Heart. HEX triplet: 67, 02 and AE. RGB value is (103,2,174). Sum of RGB (Red+Green+Blue) = 103+2+174=279 (36% of max value = 765). Red value is 103 (40.62% from 255 or 36.92% from 279); Green value is 2 (1.17% from 255 or 0.72% from 279); Blue value is 174 (68.36% from 255 or 62.37% from 279); Max value from RGB is 174 - color contains mainly: blue. Hex color #6702AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6702AE is #98FD51. Grayscale: #333333. Windows color (decimal): -10026322 or 11403879. OLE color: 11403879.

HSL color Cylindrical-coordinate representation of color #6702AE: hue angle of 275.23º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6702AE is Cyan = 0.41, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 103 2 174 -
CMYK 0.41 0.99 0 0.32
HSL 275.23º 0.98% 0.35% -
HSV(B) 275.23º 0.99% 0.68% -
XYZ 13.26 5.98 40.5 -
YUV 51.81 196.96 164.51 -
System Red Green Blue C M Y K H S L
Decimal 103 2 174 0.41 0.99 0 0.32 275.23 0.98 0.35
Hex 67 2 AE 29 63 0 20 113 62 23
Octal 147 2 256 51 143 0 40 423 142 43
Binary 1100111 10 10101110 101001 1100011 0 100000 100010011 1100010 100011

Color Harmonies of #6702AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6702AE

Black with #6702AE

Text Example


Text Example

White with #6702AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6702AE; }

 p { color: rgb(103,2,174); }

 H1.HeaderClassName
 {
   color: #6702AE;
 }
 .AnyTagClassName
 {
   color: #6702AE;
 }
</style>

background-color css

<style>
 a { background-color: #6702AE; }

 a { background-color: rgb(103,2,174); }

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

border-color css

<style>
 span { border-color: #6702AE; }

 span { border-color: rgb(103,2,174); }

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