Html Css Color HEX #6702BE Purple Heart

📋 copy color: '#6702BE'

red 103 ◦ green 2 ◦ blue 190

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

Shades of Purple Heart #6702BE

Tints of Purple Heart #6702BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 64.41%

R = 34.92%
G = 0.68%
B = 64.41%

CMYK

 C value IS 0.46

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6702BE (or 0x6702BE) is known color: Purple Heart. HEX triplet: 67, 02 and BE. RGB value is (103,2,190). Sum of RGB (Red+Green+Blue) = 103+2+190=295 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.92% from 295); Green value is 2 (1.17% from 255 or 0.68% from 295); Blue value is 190 (74.61% from 255 or 64.41% from 295); Max value from RGB is 190 - color contains mainly: blue. Hex color #6702BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6702BE is #98FD41. Grayscale: #343434. Windows color (decimal): -10026306 or 12452455. OLE color: 12452455.

HSL color Cylindrical-coordinate representation of color #6702BE: hue angle of 272.23º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6702BE is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 103 2 190 -
CMYK 0.46 0.99 0 0.25
HSL 272.23º 0.98% 0.38% -
HSV(B) 272.23º 0.99% 0.75% -
XYZ 14.91 6.64 49.21 -
YUV 53.63 204.96 163.21 -
System Red Green Blue C M Y K H S L
Decimal 103 2 190 0.46 0.99 0 0.25 272.23 0.98 0.38
Hex 67 2 BE 2E 63 0 19 110 62 26
Octal 147 2 276 56 143 0 31 420 142 46
Binary 1100111 10 10111110 101110 1100011 0 11001 100010000 1100010 100110

Color Harmonies of #6702BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6702BE

Black with #6702BE

Text Example


Text Example

White with #6702BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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