Html Css Color HEX #670BB5 Purple Heart

📋 copy color: '#670BB5'

red 103 ◦ green 11 ◦ blue 181

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

Shades of Purple Heart #670BB5

Tints of Purple Heart #670BB5

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.73%

 BLUE value IS 181 (71.09% from 255) = 61.36%

R = 34.92%
G = 3.73%
B = 61.36%

CMYK

 C value IS 0.43

 M value IS 0.94

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#670BB5 (or 0x670BB5) is known color: Purple Heart. HEX triplet: 67, 0B and B5. RGB value is (103,11,181). Sum of RGB (Red+Green+Blue) = 103+11+181=295 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.92% from 295); Green value is 11 (4.69% from 255 or 3.73% from 295); Blue value is 181 (71.09% from 255 or 61.36% from 295); Max value from RGB is 181 - color contains mainly: blue. Hex color #670BB5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #670BB5 is #98F44A. Grayscale: #393939. Windows color (decimal): -10024011 or 11864935. OLE color: 11864935.

HSL color Cylindrical-coordinate representation of color #670BB5: hue angle of 272.47º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #670BB5 is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 103 11 181 -
CMYK 0.43 0.94 0 0.29
HSL 272.47º 0.89% 0.38% -
HSV(B) 272.47º 0.94% 0.71% -
XYZ 14.05 6.46 44.22 -
YUV 57.89 197.48 160.18 -
System Red Green Blue C M Y K H S L
Decimal 103 11 181 0.43 0.94 0 0.29 272.47 0.89 0.38
Hex 67 B B5 2B 5E 0 1D 110 59 26
Octal 147 13 265 53 136 0 35 420 131 46
Binary 1100111 1011 10110101 101011 1011110 0 11101 100010000 1011001 100110

Color Harmonies of #670BB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670BB5

Black with #670BB5

Text Example


Text Example

White with #670BB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,11,181); }

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

background-color css

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

 a { background-color: rgb(103,11,181); }

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

border-color css

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

 span { border-color: rgb(103,11,181); }

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