Html Css Color HEX #6701BE Purple Heart

📋 copy color: '#6701BE'

red 103 ◦ green 1 ◦ blue 190

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

Shades of Purple Heart #6701BE

Tints of Purple Heart #6701BE

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

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

R = 35.03%
G = 0.34%
B = 64.63%

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

#6701BE (or 0x6701BE) is known color: Purple Heart. HEX triplet: 67, 01 and BE. RGB value is (103,1,190). Sum of RGB (Red+Green+Blue) = 103+1+190=294 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.03% from 294); Green value is 1 (0.78% from 255 or 0.34% from 294); Blue value is 190 (74.61% from 255 or 64.63% from 294); Max value from RGB is 190 - color contains mainly: blue. Hex color #6701BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6701BE is #98FE41. Grayscale: #343434. Windows color (decimal): -10026562 or 12452199. OLE color: 12452199.

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

Color convert

RGB 103 1 190 -
CMYK 0.46 0.99 0 0.25
HSL 272.38º 0.99% 0.37% -
HSV(B) 272.38º 0.99% 0.75% -
XYZ 14.9 6.62 49.21 -
YUV 53.04 205.29 163.63 -
System Red Green Blue C M Y K H S L
Decimal 103 1 190 0.46 0.99 0 0.25 272.38 0.99 0.37
Hex 67 1 BE 2E 63 0 19 110 63 25
Octal 147 1 276 56 143 0 31 420 143 45
Binary 1100111 1 10111110 101110 1100011 0 11001 100010000 1100011 100101

Color Harmonies of #6701BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6701BE

Black with #6701BE

Text Example


Text Example

White with #6701BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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